Shades of Golden Yellow #FFDE07
Tints of Golden Yellow #FFDE07
RGB
CMYK
RGB Variations
Color information
#FFDE07 (or 0xFFDE07) is known color: Golden Yellow. HEX triplet: FF, DE and 07. RGB value is (255,222,7). Sum of RGB (Red+Green+Blue) = 255+222+7=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 7 (3.12% from 255 or 1.45% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDE07 is #0021F8. Grayscale: #D0D0D0. Windows color (decimal): -8697 or 515839. OLE color: 515839.
HSL color Cylindrical-coordinate representation of color #FFDE07: hue angle of 52.02º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDE07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0 |
| HSL | 52.02º | 1% | 0.51% | - |
| HSV(B) | 52.02º | 0.97% | 1% | - |
| XYZ | 67.4 | 73.52 | 10.84 | - |
| YUV | 207.36 | 14.93 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 7 | 0 | 0.13 | 0.97 | 0 | 52.02 | 1 | 0.51 |
| Hex | FF | DE | 7 | 0 | D | 61 | 0 | 34 | 64 | 33 |
| Octal | 377 | 336 | 7 | 0 | 15 | 141 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011110 | 111 | 0 | 1101 | 1100001 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDE07
Complementary color
Monochromatic Colors of #FFDE07
Black with #FFDE07
Text Example
Text Example
White with #FFDE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE07; }
p { color: rgb(255,222,7); }
H1.HeaderClassName
{
color: #FFDE07;
}
.AnyTagClassName
{
color: #FFDE07;
}
</style>
background-color css
<style>
a { background-color: #FFDE07; }
a { background-color: rgb(255,222,7); }
div.DivClassName
{
background-color: #FFDE07;
}
.BgClassName
{
background-color: #FFDE07;
}
</style>
border-color css
<style>
span { border-color: #FFDE07; }
span { border-color: rgb(255,222,7); }
td.TdClassName
{
border-color: #FFDE07;
}
.TagClassName
{
border-color: #FFDE07;
}
</style>