Shades of Golden Yellow #FFDF04
Tints of Golden Yellow #FFDF04
RGB
CMYK
RGB Variations
Color information
#FFDF04 (or 0xFFDF04) is known color: Golden Yellow. HEX triplet: FF, DF and 04. RGB value is (255,223,4). Sum of RGB (Red+Green+Blue) = 255+223+4=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF04 is #0020FB. Grayscale: #D0D0D0. Windows color (decimal): -8444 or 319487. OLE color: 319487.
HSL color Cylindrical-coordinate representation of color #FFDF04: hue angle of 52.35º 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 #FFDF04 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 4 | - |
| CMYK | 0 | 0.13 | 0.98 | 0 |
| HSL | 52.35º | 1% | 0.51% | - |
| HSV(B) | 52.35º | 0.98% | 1% | - |
| XYZ | 67.65 | 74.04 | 10.84 | - |
| YUV | 207.6 | 13.1 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 4 | 0 | 0.13 | 0.98 | 0 | 52.35 | 1 | 0.51 |
| Hex | FF | DF | 4 | 0 | D | 62 | 0 | 34 | 64 | 33 |
| Octal | 377 | 337 | 4 | 0 | 15 | 142 | 0 | 64 | 144 | 63 |
| Binary | 11111111 | 11011111 | 100 | 0 | 1101 | 1100010 | 0 | 110100 | 1100100 | 110011 |
Color Harmonies of #FFDF04
Complementary color
Monochromatic Colors of #FFDF04
Black with #FFDF04
Text Example
Text Example
White with #FFDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF04; }
p { color: rgb(255,223,4); }
H1.HeaderClassName
{
color: #FFDF04;
}
.AnyTagClassName
{
color: #FFDF04;
}
</style>
background-color css
<style>
a { background-color: #FFDF04; }
a { background-color: rgb(255,223,4); }
div.DivClassName
{
background-color: #FFDF04;
}
.BgClassName
{
background-color: #FFDF04;
}
</style>
border-color css
<style>
span { border-color: #FFDF04; }
span { border-color: rgb(255,223,4); }
td.TdClassName
{
border-color: #FFDF04;
}
.TagClassName
{
border-color: #FFDF04;
}
</style>