Shades of Golden Yellow #FFDF0A
Tints of Golden Yellow #FFDF0A
RGB
CMYK
RGB Variations
Color information
#FFDF0A (or 0xFFDF0A) is known color: Golden Yellow. HEX triplet: FF, DF and 0A. RGB value is (255,223,10). Sum of RGB (Red+Green+Blue) = 255+223+10=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDF0A is #0020F5. Grayscale: #D1D1D1. Windows color (decimal): -8438 or 712703. OLE color: 712703.
HSL color Cylindrical-coordinate representation of color #FFDF0A: hue angle of 52.16º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FFDF0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0 |
| HSL | 52.16º | 1% | 0.52% | - |
| HSV(B) | 52.16º | 0.96% | 1% | - |
| XYZ | 67.68 | 74.06 | 11.01 | - |
| YUV | 208.29 | 16.1 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 10 | 0 | 0.13 | 0.96 | 0 | 52.16 | 1 | 0.52 |
| Hex | FF | DF | A | 0 | D | 60 | 0 | 34 | 64 | 34 |
| Octal | 377 | 337 | 12 | 0 | 15 | 140 | 0 | 64 | 144 | 64 |
| Binary | 11111111 | 11011111 | 1010 | 0 | 1101 | 1100000 | 0 | 110100 | 1100100 | 110100 |
Color Harmonies of #FFDF0A
Complementary color
Monochromatic Colors of #FFDF0A
Black with #FFDF0A
Text Example
Text Example
White with #FFDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF0A; }
p { color: rgb(255,223,10); }
H1.HeaderClassName
{
color: #FFDF0A;
}
.AnyTagClassName
{
color: #FFDF0A;
}
</style>
background-color css
<style>
a { background-color: #FFDF0A; }
a { background-color: rgb(255,223,10); }
div.DivClassName
{
background-color: #FFDF0A;
}
.BgClassName
{
background-color: #FFDF0A;
}
</style>
border-color css
<style>
span { border-color: #FFDF0A; }
span { border-color: rgb(255,223,10); }
td.TdClassName
{
border-color: #FFDF0A;
}
.TagClassName
{
border-color: #FFDF0A;
}
</style>