Shades of Golden Sand #F4D36D
Tints of Golden Sand #F4D36D
RGB
CMYK
RGB Variations
Color information
#F4D36D (or 0xF4D36D) is known color: Golden Sand. HEX triplet: F4, D3 and 6D. RGB value is (244,211,109). Sum of RGB (Red+Green+Blue) = 244+211+109=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D36D is #0B2C92. Grayscale: #D1D1D1. Windows color (decimal): -732307 or 7197684. OLE color: 7197684.
HSL color Cylindrical-coordinate representation of color #F4D36D: hue angle of 45.33º 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 #F4D36D is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 211 | 109 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.04 |
| HSL | 45.33º | 0.86% | 0.69% | - |
| HSV(B) | 45.33º | 0.55% | 0.96% | - |
| XYZ | 63.36 | 66.93 | 24.05 | - |
| YUV | 209.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 211 | 109 | 0 | 0.14 | 0.55 | 0.04 | 45.33 | 0.86 | 0.69 |
| Hex | F4 | D3 | 6D | 0 | E | 37 | 4 | 2D | 56 | 45 |
| Octal | 364 | 323 | 155 | 0 | 16 | 67 | 4 | 55 | 126 | 105 |
| Binary | 11110100 | 11010011 | 1101101 | 0 | 1110 | 110111 | 100 | 101101 | 1010110 | 1000101 |
Color Harmonies of #F4D36D
Complementary color
Monochromatic Colors of #F4D36D
Black with #F4D36D
Text Example
Text Example
White with #F4D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D36D; }
p { color: rgb(244,211,109); }
H1.HeaderClassName
{
color: #F4D36D;
}
.AnyTagClassName
{
color: #F4D36D;
}
</style>
background-color css
<style>
a { background-color: #F4D36D; }
a { background-color: rgb(244,211,109); }
div.DivClassName
{
background-color: #F4D36D;
}
.BgClassName
{
background-color: #F4D36D;
}
</style>
border-color css
<style>
span { border-color: #F4D36D; }
span { border-color: rgb(244,211,109); }
td.TdClassName
{
border-color: #F4D36D;
}
.TagClassName
{
border-color: #F4D36D;
}
</style>