Shades of Golden Sand #F0D76C
Tints of Golden Sand #F0D76C
RGB
CMYK
RGB Variations
Color information
#F0D76C (or 0xF0D76C) is known color: Golden Sand. HEX triplet: F0, D7 and 6C. RGB value is (240,215,108). Sum of RGB (Red+Green+Blue) = 240+215+108=563 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.63% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 108 (42.58% from 255 or 19.18% from 563); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D76C is #0F2893. Grayscale: #D2D2D2. Windows color (decimal): -993428 or 7133168. OLE color: 7133168.
HSL color Cylindrical-coordinate representation of color #F0D76C: hue angle of 48.64º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0D76C is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 108 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.06 |
| HSL | 48.64º | 0.81% | 0.68% | - |
| HSV(B) | 48.64º | 0.55% | 0.94% | - |
| XYZ | 62.94 | 68.21 | 24.04 | - |
| YUV | 210.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 108 | 0 | 0.10 | 0.55 | 0.06 | 48.64 | 0.81 | 0.68 |
| Hex | F0 | D7 | 6C | 0 | A | 37 | 6 | 31 | 51 | 44 |
| Octal | 360 | 327 | 154 | 0 | 12 | 67 | 6 | 61 | 121 | 104 |
| Binary | 11110000 | 11010111 | 1101100 | 0 | 1010 | 110111 | 110 | 110001 | 1010001 | 1000100 |
Color Harmonies of #F0D76C
Complementary color
Monochromatic Colors of #F0D76C
Black with #F0D76C
Text Example
Text Example
White with #F0D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D76C; }
p { color: rgb(240,215,108); }
H1.HeaderClassName
{
color: #F0D76C;
}
.AnyTagClassName
{
color: #F0D76C;
}
</style>
background-color css
<style>
a { background-color: #F0D76C; }
a { background-color: rgb(240,215,108); }
div.DivClassName
{
background-color: #F0D76C;
}
.BgClassName
{
background-color: #F0D76C;
}
</style>
border-color css
<style>
span { border-color: #F0D76C; }
span { border-color: rgb(240,215,108); }
td.TdClassName
{
border-color: #F0D76C;
}
.TagClassName
{
border-color: #F0D76C;
}
</style>