Shades of Golden Sand #F0D670
Tints of Golden Sand #F0D670
RGB
CMYK
RGB Variations
Color information
#F0D670 (or 0xF0D670) is known color: Golden Sand. HEX triplet: F0, D6 and 70. RGB value is (240,214,112). Sum of RGB (Red+Green+Blue) = 240+214+112=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 112 (44.14% from 255 or 19.79% from 566); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D670 is #0F298F. Grayscale: #D2D2D2. Windows color (decimal): -993680 or 7395056. OLE color: 7395056.
HSL color Cylindrical-coordinate representation of color #F0D670: hue angle of 47.81º 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 #F0D670 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 214 | 112 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.06 |
| HSL | 47.81º | 0.81% | 0.69% | - |
| HSV(B) | 47.81º | 0.53% | 0.94% | - |
| XYZ | 62.91 | 67.79 | 25.1 | - |
| YUV | 210.15 | 72.61 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 214 | 112 | 0 | 0.11 | 0.53 | 0.06 | 47.81 | 0.81 | 0.69 |
| Hex | F0 | D6 | 70 | 0 | B | 35 | 6 | 30 | 51 | 45 |
| Octal | 360 | 326 | 160 | 0 | 13 | 65 | 6 | 60 | 121 | 105 |
| Binary | 11110000 | 11010110 | 1110000 | 0 | 1011 | 110101 | 110 | 110000 | 1010001 | 1000101 |
Color Harmonies of #F0D670
Complementary color
Monochromatic Colors of #F0D670
Black with #F0D670
Text Example
Text Example
White with #F0D670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D670; }
p { color: rgb(240,214,112); }
H1.HeaderClassName
{
color: #F0D670;
}
.AnyTagClassName
{
color: #F0D670;
}
</style>
background-color css
<style>
a { background-color: #F0D670; }
a { background-color: rgb(240,214,112); }
div.DivClassName
{
background-color: #F0D670;
}
.BgClassName
{
background-color: #F0D670;
}
</style>
border-color css
<style>
span { border-color: #F0D670; }
span { border-color: rgb(240,214,112); }
td.TdClassName
{
border-color: #F0D670;
}
.TagClassName
{
border-color: #F0D670;
}
</style>