Shades of Gold #FFD707
Tints of Gold #FFD707
RGB
CMYK
RGB Variations
Color information
#FFD707 (or 0xFFD707) is known color: Gold. HEX triplet: FF, D7 and 07. RGB value is (255,215,7). Sum of RGB (Red+Green+Blue) = 255+215+7=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 7 (3.12% from 255 or 1.47% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD707 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD707 is #0028F8. Grayscale: #CCCCCC. Windows color (decimal): -10489 or 514047. OLE color: 514047.
HSL color Cylindrical-coordinate representation of color #FFD707: hue angle of 50.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFD707 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 7 | - |
| CMYK | 0 | 0.16 | 0.97 | 0 |
| HSL | 50.32º | 1% | 0.51% | - |
| HSV(B) | 50.32º | 0.97% | 1% | - |
| XYZ | 65.58 | 69.88 | 10.23 | - |
| YUV | 203.25 | 17.25 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 7 | 0 | 0.16 | 0.97 | 0 | 50.32 | 1 | 0.51 |
| Hex | FF | D7 | 7 | 0 | 10 | 61 | 0 | 32 | 64 | 33 |
| Octal | 377 | 327 | 7 | 0 | 20 | 141 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010111 | 111 | 0 | 10000 | 1100001 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD707
Complementary color
Monochromatic Colors of #FFD707
Black with #FFD707
Text Example
Text Example
White with #FFD707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD707; }
p { color: rgb(255,215,7); }
H1.HeaderClassName
{
color: #FFD707;
}
.AnyTagClassName
{
color: #FFD707;
}
</style>
background-color css
<style>
a { background-color: #FFD707; }
a { background-color: rgb(255,215,7); }
div.DivClassName
{
background-color: #FFD707;
}
.BgClassName
{
background-color: #FFD707;
}
</style>
border-color css
<style>
span { border-color: #FFD707; }
span { border-color: rgb(255,215,7); }
td.TdClassName
{
border-color: #FFD707;
}
.TagClassName
{
border-color: #FFD707;
}
</style>