Shades of Golden Sand #F4D26D
Tints of Golden Sand #F4D26D
RGB
CMYK
RGB Variations
Color information
#F4D26D (or 0xF4D26D) is known color: Golden Sand. HEX triplet: F4, D2 and 6D. RGB value is (244,210,109). Sum of RGB (Red+Green+Blue) = 244+210+109=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D26D is #0B2D92. Grayscale: #D1D1D1. Windows color (decimal): -732563 or 7197428. OLE color: 7197428.
HSL color Cylindrical-coordinate representation of color #F4D26D: hue angle of 44.89º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F4D26D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 210 | 109 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.04 |
| HSL | 44.89º | 0.86% | 0.69% | - |
| HSV(B) | 44.89º | 0.55% | 0.96% | - |
| XYZ | 63.12 | 66.43 | 23.96 | - |
| YUV | 208.65 | 71.76 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 210 | 109 | 0 | 0.14 | 0.55 | 0.04 | 44.89 | 0.86 | 0.69 |
| Hex | F4 | D2 | 6D | 0 | E | 37 | 4 | 2D | 56 | 45 |
| Octal | 364 | 322 | 155 | 0 | 16 | 67 | 4 | 55 | 126 | 105 |
| Binary | 11110100 | 11010010 | 1101101 | 0 | 1110 | 110111 | 100 | 101101 | 1010110 | 1000101 |
Color Harmonies of #F4D26D
Complementary color
Monochromatic Colors of #F4D26D
Black with #F4D26D
Text Example
Text Example
White with #F4D26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D26D; }
p { color: rgb(244,210,109); }
H1.HeaderClassName
{
color: #F4D26D;
}
.AnyTagClassName
{
color: #F4D26D;
}
</style>
background-color css
<style>
a { background-color: #F4D26D; }
a { background-color: rgb(244,210,109); }
div.DivClassName
{
background-color: #F4D26D;
}
.BgClassName
{
background-color: #F4D26D;
}
</style>
border-color css
<style>
span { border-color: #F4D26D; }
span { border-color: rgb(244,210,109); }
td.TdClassName
{
border-color: #F4D26D;
}
.TagClassName
{
border-color: #F4D26D;
}
</style>