Shades of Gold #F4D20D
Tints of Gold #F4D20D
RGB
CMYK
RGB Variations
Color information
#F4D20D (or 0xF4D20D) is known color: Gold. HEX triplet: F4, D2 and 0D. RGB value is (244,210,13). Sum of RGB (Red+Green+Blue) = 244+210+13=467 (61% of max value = 765). Red value is 244 (95.70% from 255 or 52.25% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 13 (5.47% from 255 or 2.78% from 467); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D20D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D20D is #0B2DF2. Grayscale: #C6C6C6. Windows color (decimal): -732659 or 905972. OLE color: 905972.
HSL color Cylindrical-coordinate representation of color #F4D20D: hue angle of 51.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4D20D is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 13 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.04 |
| HSL | 51.17º | 0.91% | 0.5% | - |
| HSV(B) | 51.17º | 0.95% | 0.96% | - |
| XYZ | 60.43 | 65.36 | 9.81 | - |
| YUV | 197.71 | 23.76 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 13 | 0 | 0.14 | 0.95 | 0.04 | 51.17 | 0.91 | 0.5 |
| Hex | F4 | D2 | D | 0 | E | 5F | 4 | 33 | 5B | 32 |
| Octal | 364 | 322 | 15 | 0 | 16 | 137 | 4 | 63 | 133 | 62 |
| Binary | 11110100 | 11010010 | 1101 | 0 | 1110 | 1011111 | 100 | 110011 | 1011011 | 110010 |
Color Harmonies of #F4D20D
Complementary color
Monochromatic Colors of #F4D20D
Black with #F4D20D
Text Example
Text Example
White with #F4D20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D20D; }
p { color: rgb(244,210,13); }
H1.HeaderClassName
{
color: #F4D20D;
}
.AnyTagClassName
{
color: #F4D20D;
}
</style>
background-color css
<style>
a { background-color: #F4D20D; }
a { background-color: rgb(244,210,13); }
div.DivClassName
{
background-color: #F4D20D;
}
.BgClassName
{
background-color: #F4D20D;
}
</style>
border-color css
<style>
span { border-color: #F4D20D; }
span { border-color: rgb(244,210,13); }
td.TdClassName
{
border-color: #F4D20D;
}
.TagClassName
{
border-color: #F4D20D;
}
</style>