Shades of Golden Sand #F4D06F
Tints of Golden Sand #F4D06F
RGB
CMYK
RGB Variations
Color information
#F4D06F (or 0xF4D06F) is known color: Golden Sand. HEX triplet: F4, D0 and 6F. RGB value is (244,208,111). Sum of RGB (Red+Green+Blue) = 244+208+111=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D06F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D06F is #0B2F90. Grayscale: #D0D0D0. Windows color (decimal): -733073 or 7327988. OLE color: 7327988.
HSL color Cylindrical-coordinate representation of color #F4D06F: hue angle of 43.76º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4D06F is Cyan = 0, Magento = 0.15, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 111 | - |
| CMYK | 0 | 0.15 | 0.55 | 0.04 |
| HSL | 43.76º | 0.86% | 0.7% | - |
| HSV(B) | 43.76º | 0.55% | 0.96% | - |
| XYZ | 62.73 | 65.49 | 24.37 | - |
| YUV | 207.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 111 | 0 | 0.15 | 0.55 | 0.04 | 43.76 | 0.86 | 0.7 |
| Hex | F4 | D0 | 6F | 0 | F | 37 | 4 | 2C | 56 | 46 |
| Octal | 364 | 320 | 157 | 0 | 17 | 67 | 4 | 54 | 126 | 106 |
| Binary | 11110100 | 11010000 | 1101111 | 0 | 1111 | 110111 | 100 | 101100 | 1010110 | 1000110 |
Color Harmonies of #F4D06F
Complementary color
Monochromatic Colors of #F4D06F
Black with #F4D06F
Text Example
Text Example
White with #F4D06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D06F; }
p { color: rgb(244,208,111); }
H1.HeaderClassName
{
color: #F4D06F;
}
.AnyTagClassName
{
color: #F4D06F;
}
</style>
background-color css
<style>
a { background-color: #F4D06F; }
a { background-color: rgb(244,208,111); }
div.DivClassName
{
background-color: #F4D06F;
}
.BgClassName
{
background-color: #F4D06F;
}
</style>
border-color css
<style>
span { border-color: #F4D06F; }
span { border-color: rgb(244,208,111); }
td.TdClassName
{
border-color: #F4D06F;
}
.TagClassName
{
border-color: #F4D06F;
}
</style>