Shades of Golden Sand #F4D86C
Tints of Golden Sand #F4D86C
RGB
CMYK
RGB Variations
Color information
#F4D86C (or 0xF4D86C) is known color: Golden Sand. HEX triplet: F4, D8 and 6C. RGB value is (244,216,108). Sum of RGB (Red+Green+Blue) = 244+216+108=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 216 (84.77% from 255 or 38.03% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D86C is #0B2793. Grayscale: #D4D4D4. Windows color (decimal): -731028 or 7133428. OLE color: 7133428.
HSL color Cylindrical-coordinate representation of color #F4D86C: hue angle of 47.65º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4D86C is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 216 | 108 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.04 |
| HSL | 47.65º | 0.86% | 0.69% | - |
| HSV(B) | 47.65º | 0.56% | 0.96% | - |
| XYZ | 64.57 | 69.43 | 24.18 | - |
| YUV | 212.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 108 | 0 | 0.11 | 0.56 | 0.04 | 47.65 | 0.86 | 0.69 |
| Hex | F4 | D8 | 6C | 0 | B | 38 | 4 | 30 | 56 | 45 |
| Octal | 364 | 330 | 154 | 0 | 13 | 70 | 4 | 60 | 126 | 105 |
| Binary | 11110100 | 11011000 | 1101100 | 0 | 1011 | 111000 | 100 | 110000 | 1010110 | 1000101 |
Color Harmonies of #F4D86C
Complementary color
Monochromatic Colors of #F4D86C
Black with #F4D86C
Text Example
Text Example
White with #F4D86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D86C; }
p { color: rgb(244,216,108); }
H1.HeaderClassName
{
color: #F4D86C;
}
.AnyTagClassName
{
color: #F4D86C;
}
</style>
background-color css
<style>
a { background-color: #F4D86C; }
a { background-color: rgb(244,216,108); }
div.DivClassName
{
background-color: #F4D86C;
}
.BgClassName
{
background-color: #F4D86C;
}
</style>
border-color css
<style>
span { border-color: #F4D86C; }
span { border-color: rgb(244,216,108); }
td.TdClassName
{
border-color: #F4D86C;
}
.TagClassName
{
border-color: #F4D86C;
}
</style>