Shades of Golden Sand #F0D770
Tints of Golden Sand #F0D770
RGB
CMYK
RGB Variations
Color information
#F0D770 (or 0xF0D770) is known color: Golden Sand. HEX triplet: F0, D7 and 70. RGB value is (240,215,112). Sum of RGB (Red+Green+Blue) = 240+215+112=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D770 is #0F288F. Grayscale: #D3D3D3. Windows color (decimal): -993424 or 7395312. OLE color: 7395312.
HSL color Cylindrical-coordinate representation of color #F0D770: hue angle of 48.28º 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 #F0D770 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 112 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.06 |
| HSL | 48.28º | 0.81% | 0.69% | - |
| HSV(B) | 48.28º | 0.53% | 0.94% | - |
| XYZ | 63.16 | 68.3 | 25.18 | - |
| YUV | 210.73 | 72.28 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 112 | 0 | 0.10 | 0.53 | 0.06 | 48.28 | 0.81 | 0.69 |
| Hex | F0 | D7 | 70 | 0 | A | 35 | 6 | 30 | 51 | 45 |
| Octal | 360 | 327 | 160 | 0 | 12 | 65 | 6 | 60 | 121 | 105 |
| Binary | 11110000 | 11010111 | 1110000 | 0 | 1010 | 110101 | 110 | 110000 | 1010001 | 1000101 |
Color Harmonies of #F0D770
Complementary color
Monochromatic Colors of #F0D770
Black with #F0D770
Text Example
Text Example
White with #F0D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D770; }
p { color: rgb(240,215,112); }
H1.HeaderClassName
{
color: #F0D770;
}
.AnyTagClassName
{
color: #F0D770;
}
</style>
background-color css
<style>
a { background-color: #F0D770; }
a { background-color: rgb(240,215,112); }
div.DivClassName
{
background-color: #F0D770;
}
.BgClassName
{
background-color: #F0D770;
}
</style>
border-color css
<style>
span { border-color: #F0D770; }
span { border-color: rgb(240,215,112); }
td.TdClassName
{
border-color: #F0D770;
}
.TagClassName
{
border-color: #F0D770;
}
</style>