Shades of Gold #FFD701
Tints of Gold #FFD701
RGB
CMYK
RGB Variations
Color information
#FFD701 (or 0xFFD701) is known color: Gold. HEX triplet: FF, D7 and 01. RGB value is (255,215,1). Sum of RGB (Red+Green+Blue) = 255+215+1=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 215 (84.38% from 255 or 45.65% from 471); Blue value is 1 (0.78% from 255 or 0.21% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD701 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD701 is #0028FE. Grayscale: #CBCBCB. Windows color (decimal): -10495 or 120831. OLE color: 120831.
HSL color Cylindrical-coordinate representation of color #FFD701: hue angle of 50.55º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFD701 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 215 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0 |
| HSL | 50.55º | 1% | 0.5% | - |
| HSV(B) | 50.55º | 1% | 1% | - |
| XYZ | 65.55 | 69.86 | 10.06 | - |
| YUV | 202.56 | 14.25 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 215 | 1 | 0 | 0.16 | 1.00 | 0 | 50.55 | 1 | 0.5 |
| Hex | FF | D7 | 1 | 0 | 10 | 64 | 0 | 33 | 64 | 32 |
| Octal | 377 | 327 | 1 | 0 | 20 | 144 | 0 | 63 | 144 | 62 |
| Binary | 11111111 | 11010111 | 1 | 0 | 10000 | 1100100 | 0 | 110011 | 1100100 | 110010 |
Color Harmonies of #FFD701
Complementary color
Monochromatic Colors of #FFD701
Black with #FFD701
Text Example
Text Example
White with #FFD701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD701; }
p { color: rgb(255,215,1); }
H1.HeaderClassName
{
color: #FFD701;
}
.AnyTagClassName
{
color: #FFD701;
}
</style>
background-color css
<style>
a { background-color: #FFD701; }
a { background-color: rgb(255,215,1); }
div.DivClassName
{
background-color: #FFD701;
}
.BgClassName
{
background-color: #FFD701;
}
</style>
border-color css
<style>
span { border-color: #FFD701; }
span { border-color: rgb(255,215,1); }
td.TdClassName
{
border-color: #FFD701;
}
.TagClassName
{
border-color: #FFD701;
}
</style>