Shades of Golden Yellow #FFDE06
Tints of Golden Yellow #FFDE06
RGB
CMYK
RGB Variations
Color information
#FFDE06 (or 0xFFDE06) is known color: Golden Yellow. HEX triplet: FF, DE and 06. RGB value is (255,222,6). Sum of RGB (Red+Green+Blue) = 255+222+6=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 222 (87.11% from 255 or 45.96% from 483); Blue value is 6 (2.73% from 255 or 1.24% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE06 is #0021F9. Grayscale: #D0D0D0. Windows color (decimal): -8698 or 450303. OLE color: 450303.
HSL color Cylindrical-coordinate representation of color #FFDE06: hue angle of 52.05º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFDE06 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 6 | - |
| CMYK | 0 | 0.13 | 0.98 | 0 |
| HSL | 52.05º | 1% | 0.51% | - |
| HSV(B) | 52.05º | 0.98% | 1% | - |
| XYZ | 67.39 | 73.52 | 10.81 | - |
| YUV | 207.24 | 14.43 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 6 | 0 | 0.13 | 0.98 | 0 | 52.05 | 1 | 0.51 |
| Hex | FF | DE | 6 | 0 | D | 62 | 0 | 34 | 64 | 33 |
| Octal | 377 | 336 | 6 | 0 | 15 | 142 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011110 | 110 | 0 | 1101 | 1100010 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDE06
Complementary color
Monochromatic Colors of #FFDE06
Black with #FFDE06
Text Example
Text Example
White with #FFDE06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE06; }
p { color: rgb(255,222,6); }
H1.HeaderClassName
{
color: #FFDE06;
}
.AnyTagClassName
{
color: #FFDE06;
}
</style>
background-color css
<style>
a { background-color: #FFDE06; }
a { background-color: rgb(255,222,6); }
div.DivClassName
{
background-color: #FFDE06;
}
.BgClassName
{
background-color: #FFDE06;
}
</style>
border-color css
<style>
span { border-color: #FFDE06; }
span { border-color: rgb(255,222,6); }
td.TdClassName
{
border-color: #FFDE06;
}
.TagClassName
{
border-color: #FFDE06;
}
</style>