Shades of Gold #FFD403
Tints of Gold #FFD403
RGB
CMYK
RGB Variations
Color information
#FFD403 (or 0xFFD403) is known color: Gold. HEX triplet: FF, D4 and 03. RGB value is (255,212,3). Sum of RGB (Red+Green+Blue) = 255+212+3=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 212 (83.20% from 255 or 45.11% from 470); Blue value is 3 (1.56% from 255 or 0.64% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD403 is #002BFC. Grayscale: #C9C9C9. Windows color (decimal): -11261 or 251135. OLE color: 251135.
HSL color Cylindrical-coordinate representation of color #FFD403: hue angle of 49.76º 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 #FFD403 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 212 | 3 | - |
| CMYK | 0 | 0.17 | 0.99 | 0 |
| HSL | 49.76º | 1% | 0.51% | - |
| HSV(B) | 49.76º | 0.99% | 1% | - |
| XYZ | 64.8 | 68.35 | 9.86 | - |
| YUV | 201.03 | 16.25 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 212 | 3 | 0 | 0.17 | 0.99 | 0 | 49.76 | 1 | 0.51 |
| Hex | FF | D4 | 3 | 0 | 11 | 63 | 0 | 32 | 64 | 33 |
| Octal | 377 | 324 | 3 | 0 | 21 | 143 | 0 | 62 | 144 | 63 |
| Binary | 11111111 | 11010100 | 11 | 0 | 10001 | 1100011 | 0 | 110010 | 1100100 | 110011 |
Color Harmonies of #FFD403
Complementary color
Monochromatic Colors of #FFD403
Black with #FFD403
Text Example
Text Example
White with #FFD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD403; }
p { color: rgb(255,212,3); }
H1.HeaderClassName
{
color: #FFD403;
}
.AnyTagClassName
{
color: #FFD403;
}
</style>
background-color css
<style>
a { background-color: #FFD403; }
a { background-color: rgb(255,212,3); }
div.DivClassName
{
background-color: #FFD403;
}
.BgClassName
{
background-color: #FFD403;
}
</style>
border-color css
<style>
span { border-color: #FFD403; }
span { border-color: rgb(255,212,3); }
td.TdClassName
{
border-color: #FFD403;
}
.TagClassName
{
border-color: #FFD403;
}
</style>