Shades of Gold #FFD304
Tints of Gold #FFD304
RGB
CMYK
RGB Variations
Color information
#FFD304 (or 0xFFD304) is known color: Gold. HEX triplet: FF, D3 and 04. RGB value is (255,211,4). Sum of RGB (Red+Green+Blue) = 255+211+4=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 211 (82.81% from 255 or 44.89% from 470); Blue value is 4 (1.95% from 255 or 0.85% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFD304 is #002CFB. Grayscale: #C9C9C9. Windows color (decimal): -11516 or 316415. OLE color: 316415.
HSL color Cylindrical-coordinate representation of color #FFD304: hue angle of 49.48º 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 #FFD304 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 211 | 4 | - |
| CMYK | 0 | 0.17 | 0.98 | 0 |
| HSL | 49.48º | 1% | 0.51% | - |
| HSV(B) | 49.48º | 0.98% | 1% | - |
| XYZ | 64.56 | 67.86 | 9.81 | - |
| YUV | 200.56 | 17.08 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 211 | 4 | 0 | 0.17 | 0.98 | 0 | 49.48 | 1 | 0.51 |
| Hex | FF | D3 | 4 | 0 | 11 | 62 | 0 | 31 | 64 | 33 |
| Octal | 377 | 323 | 4 | 0 | 21 | 142 | 0 | 61 | 144 | 63 |
| Binary | 11111111 | 11010011 | 100 | 0 | 10001 | 1100010 | 0 | 110001 | 1100100 | 110011 |
Color Harmonies of #FFD304
Complementary color
Monochromatic Colors of #FFD304
Black with #FFD304
Text Example
Text Example
White with #FFD304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD304; }
p { color: rgb(255,211,4); }
H1.HeaderClassName
{
color: #FFD304;
}
.AnyTagClassName
{
color: #FFD304;
}
</style>
background-color css
<style>
a { background-color: #FFD304; }
a { background-color: rgb(255,211,4); }
div.DivClassName
{
background-color: #FFD304;
}
.BgClassName
{
background-color: #FFD304;
}
</style>
border-color css
<style>
span { border-color: #FFD304; }
span { border-color: rgb(255,211,4); }
td.TdClassName
{
border-color: #FFD304;
}
.TagClassName
{
border-color: #FFD304;
}
</style>