Shades of Gold #FFD706
Tints of Gold #FFD706
RGB
CMYK
RGB Variations
Color information
#FFD706 (or 0xFFD706) is known color: Gold. HEX triplet: FF, D7 and 06. RGB value is (255,215,6). Sum of RGB (Red+Green+Blue) = 255+215+6=476 (63% of max value = 765). Red value is 255 (100% from 255 or 53.57% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 6 (2.73% from 255 or 1.26% from 476); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD706 is #0028F9. Grayscale: #CCCCCC. Windows color (decimal): -10490 or 448511. OLE color: 448511.
HSL color Cylindrical-coordinate representation of color #FFD706: hue angle of 50.36º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFD706 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 6 | - |
| CMYK | 0 | 0.16 | 0.98 | 0 |
| HSL | 50.36º | 1% | 0.51% | - |
| HSV(B) | 50.36º | 0.98% | 1% | - |
| XYZ | 65.57 | 69.87 | 10.2 | - |
| YUV | 203.13 | 16.75 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 6 | 0 | 0.16 | 0.98 | 0 | 50.36 | 1 | 0.51 |
| Hex | FF | D7 | 6 | 0 | 10 | 62 | 0 | 32 | 64 | 33 |
| Octal | 377 | 327 | 6 | 0 | 20 | 142 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010111 | 110 | 0 | 10000 | 1100010 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD706
Complementary color
Monochromatic Colors of #FFD706
Black with #FFD706
Text Example
Text Example
White with #FFD706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD706; }
p { color: rgb(255,215,6); }
H1.HeaderClassName
{
color: #FFD706;
}
.AnyTagClassName
{
color: #FFD706;
}
</style>
background-color css
<style>
a { background-color: #FFD706; }
a { background-color: rgb(255,215,6); }
div.DivClassName
{
background-color: #FFD706;
}
.BgClassName
{
background-color: #FFD706;
}
</style>
border-color css
<style>
span { border-color: #FFD706; }
span { border-color: rgb(255,215,6); }
td.TdClassName
{
border-color: #FFD706;
}
.TagClassName
{
border-color: #FFD706;
}
</style>