Shades of Golden Sand #F0D372
Tints of Golden Sand #F0D372
RGB
CMYK
RGB Variations
Color information
#F0D372 (or 0xF0D372) is known color: Golden Sand. HEX triplet: F0, D3 and 72. RGB value is (240,211,114). Sum of RGB (Red+Green+Blue) = 240+211+114=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D372 is #0F2C8D. Grayscale: #D1D1D1. Windows color (decimal): -994446 or 7525360. OLE color: 7525360.
HSL color Cylindrical-coordinate representation of color #F0D372: hue angle of 46.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D372 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 114 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.06 |
| HSL | 46.19º | 0.81% | 0.69% | - |
| HSV(B) | 46.19º | 0.53% | 0.94% | - |
| XYZ | 62.27 | 66.33 | 25.44 | - |
| YUV | 208.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 114 | 0 | 0.12 | 0.52 | 0.06 | 46.19 | 0.81 | 0.69 |
| Hex | F0 | D3 | 72 | 0 | C | 34 | 6 | 2E | 51 | 45 |
| Octal | 360 | 323 | 162 | 0 | 14 | 64 | 6 | 56 | 121 | 105 |
| Binary | 11110000 | 11010011 | 1110010 | 0 | 1100 | 110100 | 110 | 101110 | 1010001 | 1000101 |
Color Harmonies of #F0D372
Complementary color
Monochromatic Colors of #F0D372
Black with #F0D372
Text Example
Text Example
White with #F0D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D372; }
p { color: rgb(240,211,114); }
H1.HeaderClassName
{
color: #F0D372;
}
.AnyTagClassName
{
color: #F0D372;
}
</style>
background-color css
<style>
a { background-color: #F0D372; }
a { background-color: rgb(240,211,114); }
div.DivClassName
{
background-color: #F0D372;
}
.BgClassName
{
background-color: #F0D372;
}
</style>
border-color css
<style>
span { border-color: #F0D372; }
span { border-color: rgb(240,211,114); }
td.TdClassName
{
border-color: #F0D372;
}
.TagClassName
{
border-color: #F0D372;
}
</style>