Shades of Gold #FFD60D
Tints of Gold #FFD60D
RGB
CMYK
RGB Variations
Color information
#FFD60D (or 0xFFD60D) is known color: Gold. HEX triplet: FF, D6 and 0D. RGB value is (255,214,13). Sum of RGB (Red+Green+Blue) = 255+214+13=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 214 (83.98% from 255 or 44.40% from 482); Blue value is 13 (5.47% from 255 or 2.70% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD60D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD60D is #0029F2. Grayscale: #CCCCCC. Windows color (decimal): -10739 or 907007. OLE color: 907007.
HSL color Cylindrical-coordinate representation of color #FFD60D: hue angle of 49.83º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FFD60D is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 13 | - |
| CMYK | 0 | 0.16 | 0.95 | 0 |
| HSL | 49.83º | 1% | 0.53% | - |
| HSV(B) | 49.83º | 0.95% | 1% | - |
| XYZ | 65.36 | 69.38 | 10.33 | - |
| YUV | 203.35 | 20.58 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 13 | 0 | 0.16 | 0.95 | 0 | 49.83 | 1 | 0.53 |
| Hex | FF | D6 | D | 0 | 10 | 5F | 0 | 32 | 64 | 35 |
| Octal | 377 | 326 | 15 | 0 | 20 | 137 | 0 | 62 | 144 | 65 |
| Binary | 11111111 | 11010110 | 1101 | 0 | 10000 | 1011111 | 0 | 110010 | 1100100 | 110101 |
Color Harmonies of #FFD60D
Complementary color
Monochromatic Colors of #FFD60D
Black with #FFD60D
Text Example
Text Example
White with #FFD60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD60D; }
p { color: rgb(255,214,13); }
H1.HeaderClassName
{
color: #FFD60D;
}
.AnyTagClassName
{
color: #FFD60D;
}
</style>
background-color css
<style>
a { background-color: #FFD60D; }
a { background-color: rgb(255,214,13); }
div.DivClassName
{
background-color: #FFD60D;
}
.BgClassName
{
background-color: #FFD60D;
}
</style>
border-color css
<style>
span { border-color: #FFD60D; }
span { border-color: rgb(255,214,13); }
td.TdClassName
{
border-color: #FFD60D;
}
.TagClassName
{
border-color: #FFD60D;
}
</style>