Shades of Gold #FFD603
Tints of Gold #FFD603
RGB
CMYK
RGB Variations
Color information
#FFD603 (or 0xFFD603) is known color: Gold. HEX triplet: FF, D6 and 03. RGB value is (255,214,3). Sum of RGB (Red+Green+Blue) = 255+214+3=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 214 (83.98% from 255 or 45.34% from 472); Blue value is 3 (1.56% from 255 or 0.64% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD603 is #0029FC. Grayscale: #CBCBCB. Windows color (decimal): -10749 or 251647. OLE color: 251647.
HSL color Cylindrical-coordinate representation of color #FFD603: hue angle of 50.24º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFD603 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 214 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0 |
| HSL | 50.24º | 1% | 0.51% | - |
| HSV(B) | 50.24º | 0.99% | 1% | - |
| XYZ | 65.3 | 69.36 | 10.03 | - |
| YUV | 202.21 | 15.58 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 214 | 3 | 0 | 0.16 | 0.99 | 0 | 50.24 | 1 | 0.51 |
| Hex | FF | D6 | 3 | 0 | 10 | 63 | 0 | 32 | 64 | 33 |
| Octal | 377 | 326 | 3 | 0 | 20 | 143 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010110 | 11 | 0 | 10000 | 1100011 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD603
Complementary color
Monochromatic Colors of #FFD603
Black with #FFD603
Text Example
Text Example
White with #FFD603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD603; }
p { color: rgb(255,214,3); }
H1.HeaderClassName
{
color: #FFD603;
}
.AnyTagClassName
{
color: #FFD603;
}
</style>
background-color css
<style>
a { background-color: #FFD603; }
a { background-color: rgb(255,214,3); }
div.DivClassName
{
background-color: #FFD603;
}
.BgClassName
{
background-color: #FFD603;
}
</style>
border-color css
<style>
span { border-color: #FFD603; }
span { border-color: rgb(255,214,3); }
td.TdClassName
{
border-color: #FFD603;
}
.TagClassName
{
border-color: #FFD603;
}
</style>