Shades of Golden Yellow #FFDC0A
Tints of Golden Yellow #FFDC0A
RGB
CMYK
RGB Variations
Color information
#FFDC0A (or 0xFFDC0A) is known color: Golden Yellow. HEX triplet: FF, DC and 0A. RGB value is (255,220,10). Sum of RGB (Red+Green+Blue) = 255+220+10=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDC0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFDC0A is #0023F5. Grayscale: #CFCFCF. Windows color (decimal): -9206 or 711935. OLE color: 711935.
HSL color Cylindrical-coordinate representation of color #FFDC0A: hue angle of 51.43º 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 #FFDC0A is Cyan = 0, Magento = 0.14, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 10 | - |
| CMYK | 0 | 0.14 | 0.96 | 0 |
| HSL | 51.43º | 1% | 0.52% | - |
| HSV(B) | 51.43º | 0.96% | 1% | - |
| XYZ | 66.89 | 72.47 | 10.75 | - |
| YUV | 206.53 | 17.1 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 10 | 0 | 0.14 | 0.96 | 0 | 51.43 | 1 | 0.52 |
| Hex | FF | DC | A | 0 | E | 60 | 0 | 33 | 64 | 34 |
| Octal | 377 | 334 | 12 | 0 | 16 | 140 | 0 | 63 | 144 | 64 |
| Binary | 11111111 | 11011100 | 1010 | 0 | 1110 | 1100000 | 0 | 110011 | 1100100 | 110100 |
Color Harmonies of #FFDC0A
Complementary color
Monochromatic Colors of #FFDC0A
Black with #FFDC0A
Text Example
Text Example
White with #FFDC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDC0A; }
p { color: rgb(255,220,10); }
H1.HeaderClassName
{
color: #FFDC0A;
}
.AnyTagClassName
{
color: #FFDC0A;
}
</style>
background-color css
<style>
a { background-color: #FFDC0A; }
a { background-color: rgb(255,220,10); }
div.DivClassName
{
background-color: #FFDC0A;
}
.BgClassName
{
background-color: #FFDC0A;
}
</style>
border-color css
<style>
span { border-color: #FFDC0A; }
span { border-color: rgb(255,220,10); }
td.TdClassName
{
border-color: #FFDC0A;
}
.TagClassName
{
border-color: #FFDC0A;
}
</style>