Shades of Golden Yellow #FFDF08
Tints of Golden Yellow #FFDF08
RGB
CMYK
RGB Variations
Color information
#FFDF08 (or 0xFFDF08) is known color: Golden Yellow. HEX triplet: FF, DF and 08. RGB value is (255,223,8). Sum of RGB (Red+Green+Blue) = 255+223+8=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 8 (3.52% from 255 or 1.65% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF08 is #0020F7. Grayscale: #D0D0D0. Windows color (decimal): -8440 or 581631. OLE color: 581631.
HSL color Cylindrical-coordinate representation of color #FFDF08: hue angle of 52.23º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFDF08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0 |
| HSL | 52.23º | 1% | 0.52% | - |
| HSV(B) | 52.23º | 0.97% | 1% | - |
| XYZ | 67.67 | 74.05 | 10.96 | - |
| YUV | 208.06 | 15.1 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 8 | 0 | 0.13 | 0.97 | 0 | 52.23 | 1 | 0.52 |
| Hex | FF | DF | 8 | 0 | D | 61 | 0 | 34 | 64 | 34 |
| Octal | 377 | 337 | 10 | 0 | 15 | 141 | 0 | 64 | 144 | 64 |
| Binary | 11111111 | 11011111 | 1000 | 0 | 1101 | 1100001 | 0 | 110100 | 1100100 | 110100 |
Color Harmonies of #FFDF08
Complementary color
Monochromatic Colors of #FFDF08
Black with #FFDF08
Text Example
Text Example
White with #FFDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF08; }
p { color: rgb(255,223,8); }
H1.HeaderClassName
{
color: #FFDF08;
}
.AnyTagClassName
{
color: #FFDF08;
}
</style>
background-color css
<style>
a { background-color: #FFDF08; }
a { background-color: rgb(255,223,8); }
div.DivClassName
{
background-color: #FFDF08;
}
.BgClassName
{
background-color: #FFDF08;
}
</style>
border-color css
<style>
span { border-color: #FFDF08; }
span { border-color: rgb(255,223,8); }
td.TdClassName
{
border-color: #FFDF08;
}
.TagClassName
{
border-color: #FFDF08;
}
</style>