Shades of Golden Sand #F4D76D
Tints of Golden Sand #F4D76D
RGB
CMYK
RGB Variations
Color information
#F4D76D (or 0xF4D76D) is known color: Golden Sand. HEX triplet: F4, D7 and 6D. RGB value is (244,215,109). Sum of RGB (Red+Green+Blue) = 244+215+109=568 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.96% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 109 (42.97% from 255 or 19.19% from 568); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D76D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D76D is #0B2892. Grayscale: #D4D4D4. Windows color (decimal): -731283 or 7198708. OLE color: 7198708.
HSL color Cylindrical-coordinate representation of color #F4D76D: hue angle of 47.11º 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 #F4D76D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 109 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.04 |
| HSL | 47.11º | 0.86% | 0.69% | - |
| HSV(B) | 47.11º | 0.55% | 0.96% | - |
| XYZ | 64.37 | 68.94 | 24.38 | - |
| YUV | 211.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 109 | 0 | 0.12 | 0.55 | 0.04 | 47.11 | 0.86 | 0.69 |
| Hex | F4 | D7 | 6D | 0 | C | 37 | 4 | 2F | 56 | 45 |
| Octal | 364 | 327 | 155 | 0 | 14 | 67 | 4 | 57 | 126 | 105 |
| Binary | 11110100 | 11010111 | 1101101 | 0 | 1100 | 110111 | 100 | 101111 | 1010110 | 1000101 |
Color Harmonies of #F4D76D
Complementary color
Monochromatic Colors of #F4D76D
Black with #F4D76D
Text Example
Text Example
White with #F4D76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D76D; }
p { color: rgb(244,215,109); }
H1.HeaderClassName
{
color: #F4D76D;
}
.AnyTagClassName
{
color: #F4D76D;
}
</style>
background-color css
<style>
a { background-color: #F4D76D; }
a { background-color: rgb(244,215,109); }
div.DivClassName
{
background-color: #F4D76D;
}
.BgClassName
{
background-color: #F4D76D;
}
</style>
border-color css
<style>
span { border-color: #F4D76D; }
span { border-color: rgb(244,215,109); }
td.TdClassName
{
border-color: #F4D76D;
}
.TagClassName
{
border-color: #F4D76D;
}
</style>