Shades of Golden Sand #F0D170
Tints of Golden Sand #F0D170
RGB
CMYK
RGB Variations
Color information
#F0D170 (or 0xF0D170) is known color: Golden Sand. HEX triplet: F0, D1 and 70. RGB value is (240,209,112). Sum of RGB (Red+Green+Blue) = 240+209+112=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D170 is #0F2E8F. Grayscale: #CFCFCF. Windows color (decimal): -994960 or 7393776. OLE color: 7393776.
HSL color Cylindrical-coordinate representation of color #F0D170: hue angle of 45.47º 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 #F0D170 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 112 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.06 |
| HSL | 45.47º | 0.81% | 0.69% | - |
| HSV(B) | 45.47º | 0.53% | 0.94% | - |
| XYZ | 61.66 | 65.3 | 24.68 | - |
| YUV | 207.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 112 | 0 | 0.13 | 0.53 | 0.06 | 45.47 | 0.81 | 0.69 |
| Hex | F0 | D1 | 70 | 0 | D | 35 | 6 | 2D | 51 | 45 |
| Octal | 360 | 321 | 160 | 0 | 15 | 65 | 6 | 55 | 121 | 105 |
| Binary | 11110000 | 11010001 | 1110000 | 0 | 1101 | 110101 | 110 | 101101 | 1010001 | 1000101 |
Color Harmonies of #F0D170
Complementary color
Monochromatic Colors of #F0D170
Black with #F0D170
Text Example
Text Example
White with #F0D170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D170; }
p { color: rgb(240,209,112); }
H1.HeaderClassName
{
color: #F0D170;
}
.AnyTagClassName
{
color: #F0D170;
}
</style>
background-color css
<style>
a { background-color: #F0D170; }
a { background-color: rgb(240,209,112); }
div.DivClassName
{
background-color: #F0D170;
}
.BgClassName
{
background-color: #F0D170;
}
</style>
border-color css
<style>
span { border-color: #F0D170; }
span { border-color: rgb(240,209,112); }
td.TdClassName
{
border-color: #F0D170;
}
.TagClassName
{
border-color: #F0D170;
}
</style>