Shades of Golden Sand #F4D069
Tints of Golden Sand #F4D069
RGB
CMYK
RGB Variations
Color information
#F4D069 (or 0xF4D069) is known color: Golden Sand. HEX triplet: F4, D0 and 69. RGB value is (244,208,105). Sum of RGB (Red+Green+Blue) = 244+208+105=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 105 (41.41% from 255 or 18.85% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D069 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D069 is #0B2F96. Grayscale: #CFCFCF. Windows color (decimal): -733079 or 6934772. OLE color: 6934772.
HSL color Cylindrical-coordinate representation of color #F4D069: hue angle of 44.46º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F4D069 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 105 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.04 |
| HSL | 44.46º | 0.86% | 0.68% | - |
| HSV(B) | 44.46º | 0.57% | 0.96% | - |
| XYZ | 62.41 | 65.36 | 22.69 | - |
| YUV | 207.02 | 70.43 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 105 | 0 | 0.15 | 0.57 | 0.04 | 44.46 | 0.86 | 0.68 |
| Hex | F4 | D0 | 69 | 0 | F | 39 | 4 | 2C | 56 | 44 |
| Octal | 364 | 320 | 151 | 0 | 17 | 71 | 4 | 54 | 126 | 104 |
| Binary | 11110100 | 11010000 | 1101001 | 0 | 1111 | 111001 | 100 | 101100 | 1010110 | 1000100 |
Color Harmonies of #F4D069
Complementary color
Monochromatic Colors of #F4D069
Black with #F4D069
Text Example
Text Example
White with #F4D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D069; }
p { color: rgb(244,208,105); }
H1.HeaderClassName
{
color: #F4D069;
}
.AnyTagClassName
{
color: #F4D069;
}
</style>
background-color css
<style>
a { background-color: #F4D069; }
a { background-color: rgb(244,208,105); }
div.DivClassName
{
background-color: #F4D069;
}
.BgClassName
{
background-color: #F4D069;
}
</style>
border-color css
<style>
span { border-color: #F4D069; }
span { border-color: rgb(244,208,105); }
td.TdClassName
{
border-color: #F4D069;
}
.TagClassName
{
border-color: #F4D069;
}
</style>