Shades of Golden Sand #F4D669
Tints of Golden Sand #F4D669
RGB
CMYK
RGB Variations
Color information
#F4D669 (or 0xF4D669) is known color: Golden Sand. HEX triplet: F4, D6 and 69. RGB value is (244,214,105). Sum of RGB (Red+Green+Blue) = 244+214+105=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 105 (41.41% from 255 or 18.65% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D669 is #0B2996. Grayscale: #D3D3D3. Windows color (decimal): -731543 or 6936308. OLE color: 6936308.
HSL color Cylindrical-coordinate representation of color #F4D669: hue angle of 47.05º 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 #F4D669 is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 214 | 105 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.04 |
| HSL | 47.05º | 0.86% | 0.68% | - |
| HSV(B) | 47.05º | 0.57% | 0.96% | - |
| XYZ | 63.9 | 68.35 | 23.19 | - |
| YUV | 210.54 | 68.44 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 214 | 105 | 0 | 0.12 | 0.57 | 0.04 | 47.05 | 0.86 | 0.68 |
| Hex | F4 | D6 | 69 | 0 | C | 39 | 4 | 2F | 56 | 44 |
| Octal | 364 | 326 | 151 | 0 | 14 | 71 | 4 | 57 | 126 | 104 |
| Binary | 11110100 | 11010110 | 1101001 | 0 | 1100 | 111001 | 100 | 101111 | 1010110 | 1000100 |
Color Harmonies of #F4D669
Complementary color
Monochromatic Colors of #F4D669
Black with #F4D669
Text Example
Text Example
White with #F4D669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D669; }
p { color: rgb(244,214,105); }
H1.HeaderClassName
{
color: #F4D669;
}
.AnyTagClassName
{
color: #F4D669;
}
</style>
background-color css
<style>
a { background-color: #F4D669; }
a { background-color: rgb(244,214,105); }
div.DivClassName
{
background-color: #F4D669;
}
.BgClassName
{
background-color: #F4D669;
}
</style>
border-color css
<style>
span { border-color: #F4D669; }
span { border-color: rgb(244,214,105); }
td.TdClassName
{
border-color: #F4D669;
}
.TagClassName
{
border-color: #F4D669;
}
</style>