Shades of Golden Sand #F0DB6A
Tints of Golden Sand #F0DB6A
RGB
CMYK
RGB Variations
Color information
#F0DB6A (or 0xF0DB6A) is known color: Golden Sand. HEX triplet: F0, DB and 6A. RGB value is (240,219,106). Sum of RGB (Red+Green+Blue) = 240+219+106=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 106 (41.80% from 255 or 18.76% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB6A is #0F2495. Grayscale: #D4D4D4. Windows color (decimal): -992406 or 7003120. OLE color: 7003120.
HSL color Cylindrical-coordinate representation of color #F0DB6A: hue angle of 50.6º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0DB6A is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 106 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.06 |
| HSL | 50.6º | 0.82% | 0.68% | - |
| HSV(B) | 50.6º | 0.56% | 0.94% | - |
| XYZ | 63.87 | 70.23 | 23.82 | - |
| YUV | 212.4 | 67.96 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 106 | 0 | 0.09 | 0.56 | 0.06 | 50.6 | 0.82 | 0.68 |
| Hex | F0 | DB | 6A | 0 | 9 | 38 | 6 | 33 | 52 | 44 |
| Octal | 360 | 333 | 152 | 0 | 11 | 70 | 6 | 63 | 122 | 104 |
| Binary | 11110000 | 11011011 | 1101010 | 0 | 1001 | 111000 | 110 | 110011 | 1010010 | 1000100 |
Color Harmonies of #F0DB6A
Complementary color
Monochromatic Colors of #F0DB6A
Black with #F0DB6A
Text Example
Text Example
White with #F0DB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB6A; }
p { color: rgb(240,219,106); }
H1.HeaderClassName
{
color: #F0DB6A;
}
.AnyTagClassName
{
color: #F0DB6A;
}
</style>
background-color css
<style>
a { background-color: #F0DB6A; }
a { background-color: rgb(240,219,106); }
div.DivClassName
{
background-color: #F0DB6A;
}
.BgClassName
{
background-color: #F0DB6A;
}
</style>
border-color css
<style>
span { border-color: #F0DB6A; }
span { border-color: rgb(240,219,106); }
td.TdClassName
{
border-color: #F0DB6A;
}
.TagClassName
{
border-color: #F0DB6A;
}
</style>