Shades of Golden Sand #F0D370
Tints of Golden Sand #F0D370
RGB
CMYK
RGB Variations
Color information
#F0D370 (or 0xF0D370) is known color: Golden Sand. HEX triplet: F0, D3 and 70. RGB value is (240,211,112). Sum of RGB (Red+Green+Blue) = 240+211+112=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 211 (82.81% from 255 or 37.48% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D370 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D370 is #0F2C8F. Grayscale: #D0D0D0. Windows color (decimal): -994448 or 7394288. OLE color: 7394288.
HSL color Cylindrical-coordinate representation of color #F0D370: hue angle of 46.41º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0D370 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 112 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.06 |
| HSL | 46.41º | 0.81% | 0.69% | - |
| HSV(B) | 46.41º | 0.53% | 0.94% | - |
| XYZ | 62.15 | 66.28 | 24.85 | - |
| YUV | 208.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 112 | 0 | 0.12 | 0.53 | 0.06 | 46.41 | 0.81 | 0.69 |
| Hex | F0 | D3 | 70 | 0 | C | 35 | 6 | 2E | 51 | 45 |
| Octal | 360 | 323 | 160 | 0 | 14 | 65 | 6 | 56 | 121 | 105 |
| Binary | 11110000 | 11010011 | 1110000 | 0 | 1100 | 110101 | 110 | 101110 | 1010001 | 1000101 |
Color Harmonies of #F0D370
Complementary color
Monochromatic Colors of #F0D370
Black with #F0D370
Text Example
Text Example
White with #F0D370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D370; }
p { color: rgb(240,211,112); }
H1.HeaderClassName
{
color: #F0D370;
}
.AnyTagClassName
{
color: #F0D370;
}
</style>
background-color css
<style>
a { background-color: #F0D370; }
a { background-color: rgb(240,211,112); }
div.DivClassName
{
background-color: #F0D370;
}
.BgClassName
{
background-color: #F0D370;
}
</style>
border-color css
<style>
span { border-color: #F0D370; }
span { border-color: rgb(240,211,112); }
td.TdClassName
{
border-color: #F0D370;
}
.TagClassName
{
border-color: #F0D370;
}
</style>