#ffcc00 color space conversions
Hex:
#ffcc00
RGB:
255, 204, 0
CMY:
0, 20, 100
CMYK:
0, 20, 100, 0
HSL:
48°, 100.0000%, 50.0000%
HSV (HSB):
48°, 100.0000%, 100.0000%
XYZ:
62.8329, 64.4457, 9.1276
xyY:
0.4606, 0.4725, 64.4457
CIE-Lab:
84.1973, 3.6799, 85.2228
CIE-LCH:
84.1973, 85.3023, 87.5275
CIE-Luv:
84.1973, 43.7393, 88.0561
Hunter-Lab:
80.2781, -0.7765, 49.4534
#ffcc00 color charts
#ffcc00 color shades, tints & tones
#ffcc00 color schemes
#ffcc00 color preview, HTML & CSS examples
This text has a color of #ffcc00
<p style="color:#ffcc00;">Text here</p>
.mytext {color:#ffcc00;}
This box has a color of #ffcc00
<div style="background-color:#ffcc00;">Content here</div>
.mybackground {background-color:#ffcc00;}
Border around this has a color of #ffcc00
<div style="border:2px solid #ffcc00;">Content here</div>
.myborder {border:2px solid #ffcc00;}