Shades of Golden Yellow #FFDF00
Tints of Golden Yellow #FFDF00
RGB
CMYK
RGB Variations
Color information
#FFDF00 (or 0xFFDF00) is known color: Golden Yellow. HEX triplet: FF, DF and 00. RGB value is (255,223,0). Sum of RGB (Red+Green+Blue) = 255+223+0=478 (63% of max value = 765). Red value is 255 (100% from 255 or 53.35% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 0 (0.39% from 255 or 0% from 478); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF00 is #0020FF. Grayscale: #D0D0D0. Windows color (decimal): -8448 or 57343. OLE color: 57343.
HSL color Cylindrical-coordinate representation of color #FFDF00: hue angle of 52.47º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFDF00 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0 |
| HSL | 52.47º | 1% | 0.5% | - |
| HSV(B) | 52.47º | 1% | 1% | - |
| XYZ | 67.63 | 74.04 | 10.73 | - |
| YUV | 207.15 | 11.1 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 0 | 0 | 0.13 | 1 | 0 | 52.47 | 1 | 0.5 |
| Hex | FF | DF | 0 | 0 | D | 64 | 0 | 34 | 64 | 32 |
| Octal | 377 | 337 | 0 | 0 | 15 | 144 | 0 | 64 | 144 | 62 |
| Binary | 11111111 | 11011111 | 0 | 0 | 1101 | 1100100 | 0 | 110100 | 1100100 | 110010 |
Color Harmonies of #FFDF00
Complementary color
Monochromatic Colors of #FFDF00
Black with #FFDF00
Text Example
Text Example
White with #FFDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF00; }
p { color: rgb(255,223,0); }
H1.HeaderClassName
{
color: #FFDF00;
}
.AnyTagClassName
{
color: #FFDF00;
}
</style>
background-color css
<style>
a { background-color: #FFDF00; }
a { background-color: rgb(255,223,0); }
div.DivClassName
{
background-color: #FFDF00;
}
.BgClassName
{
background-color: #FFDF00;
}
</style>
border-color css
<style>
span { border-color: #FFDF00; }
span { border-color: rgb(255,223,0); }
td.TdClassName
{
border-color: #FFDF00;
}
.TagClassName
{
border-color: #FFDF00;
}
</style>