Shades of Golden Sand #F0D167
Tints of Golden Sand #F0D167
RGB
CMYK
RGB Variations
Color information
#F0D167 (or 0xF0D167) is known color: Golden Sand. HEX triplet: F0, D1 and 67. RGB value is (240,209,103). Sum of RGB (Red+Green+Blue) = 240+209+103=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 209 (82.03% from 255 or 37.86% from 552); Blue value is 103 (40.62% from 255 or 18.66% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D167 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D167 is #0F2E98. Grayscale: #CECECE. Windows color (decimal): -994969 or 6803952. OLE color: 6803952.
HSL color Cylindrical-coordinate representation of color #F0D167: hue angle of 46.42º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0D167 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 209 | 103 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.06 |
| HSL | 46.42º | 0.82% | 0.67% | - |
| HSV(B) | 46.42º | 0.57% | 0.94% | - |
| XYZ | 61.18 | 65.11 | 22.17 | - |
| YUV | 206.19 | 69.77 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 209 | 103 | 0 | 0.13 | 0.57 | 0.06 | 46.42 | 0.82 | 0.67 |
| Hex | F0 | D1 | 67 | 0 | D | 39 | 6 | 2E | 52 | 43 |
| Octal | 360 | 321 | 147 | 0 | 15 | 71 | 6 | 56 | 122 | 103 |
| Binary | 11110000 | 11010001 | 1100111 | 0 | 1101 | 111001 | 110 | 101110 | 1010010 | 1000011 |
Color Harmonies of #F0D167
Complementary color
Monochromatic Colors of #F0D167
Black with #F0D167
Text Example
Text Example
White with #F0D167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D167; }
p { color: rgb(240,209,103); }
H1.HeaderClassName
{
color: #F0D167;
}
.AnyTagClassName
{
color: #F0D167;
}
</style>
background-color css
<style>
a { background-color: #F0D167; }
a { background-color: rgb(240,209,103); }
div.DivClassName
{
background-color: #F0D167;
}
.BgClassName
{
background-color: #F0D167;
}
</style>
border-color css
<style>
span { border-color: #F0D167; }
span { border-color: rgb(240,209,103); }
td.TdClassName
{
border-color: #F0D167;
}
.TagClassName
{
border-color: #F0D167;
}
</style>