Shades of Golden Yellow #FFDC02
Tints of Golden Yellow #FFDC02
RGB
CMYK
RGB Variations
Color information
#FFDC02 (or 0xFFDC02) is known color: Golden Yellow. HEX triplet: FF, DC and 02. RGB value is (255,220,2). Sum of RGB (Red+Green+Blue) = 255+220+2=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 2 (1.17% from 255 or 0.42% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC02 is #0023FD. Grayscale: #CECECE. Windows color (decimal): -9214 or 187647. OLE color: 187647.
HSL color Cylindrical-coordinate representation of color #FFDC02: hue angle of 51.7º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFDC02 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0 |
| HSL | 51.7º | 1% | 0.5% | - |
| HSV(B) | 51.7º | 0.99% | 1% | - |
| XYZ | 66.84 | 72.45 | 10.52 | - |
| YUV | 205.61 | 13.1 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 2 | 0 | 0.14 | 0.99 | 0 | 51.7 | 1 | 0.5 |
| Hex | FF | DC | 2 | 0 | E | 63 | 0 | 34 | 64 | 32 |
| Octal | 377 | 334 | 2 | 0 | 16 | 143 | 0 | 64 | 144 | 62 |
| Binary | 11111111 | 11011100 | 10 | 0 | 1110 | 1100011 | 0 | 110100 | 1100100 | 110010 |
Color Harmonies of #FFDC02
Complementary color
Monochromatic Colors of #FFDC02
Black with #FFDC02
Text Example
Text Example
White with #FFDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC02; }
p { color: rgb(255,220,2); }
H1.HeaderClassName
{
color: #FFDC02;
}
.AnyTagClassName
{
color: #FFDC02;
}
</style>
background-color css
<style>
a { background-color: #FFDC02; }
a { background-color: rgb(255,220,2); }
div.DivClassName
{
background-color: #FFDC02;
}
.BgClassName
{
background-color: #FFDC02;
}
</style>
border-color css
<style>
span { border-color: #FFDC02; }
span { border-color: rgb(255,220,2); }
td.TdClassName
{
border-color: #FFDC02;
}
.TagClassName
{
border-color: #FFDC02;
}
</style>