Shades of Golden Sand #F4D76B
Tints of Golden Sand #F4D76B
RGB
CMYK
RGB Variations
Color information
#F4D76B (or 0xF4D76B) is known color: Golden Sand. HEX triplet: F4, D7 and 6B. RGB value is (244,215,107). Sum of RGB (Red+Green+Blue) = 244+215+107=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 215 (84.38% from 255 or 37.99% from 566); Blue value is 107 (42.19% from 255 or 18.90% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D76B is #0B2894. Grayscale: #D3D3D3. Windows color (decimal): -731285 or 7067636. OLE color: 7067636.
HSL color Cylindrical-coordinate representation of color #F4D76B: hue angle of 47.3º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F4D76B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 107 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.04 |
| HSL | 47.3º | 0.86% | 0.69% | - |
| HSV(B) | 47.3º | 0.56% | 0.96% | - |
| XYZ | 64.26 | 68.9 | 23.82 | - |
| YUV | 211.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 107 | 0 | 0.12 | 0.56 | 0.04 | 47.3 | 0.86 | 0.69 |
| Hex | F4 | D7 | 6B | 0 | C | 38 | 4 | 2F | 56 | 45 |
| Octal | 364 | 327 | 153 | 0 | 14 | 70 | 4 | 57 | 126 | 105 |
| Binary | 11110100 | 11010111 | 1101011 | 0 | 1100 | 111000 | 100 | 101111 | 1010110 | 1000101 |
Color Harmonies of #F4D76B
Complementary color
Monochromatic Colors of #F4D76B
Black with #F4D76B
Text Example
Text Example
White with #F4D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D76B; }
p { color: rgb(244,215,107); }
H1.HeaderClassName
{
color: #F4D76B;
}
.AnyTagClassName
{
color: #F4D76B;
}
</style>
background-color css
<style>
a { background-color: #F4D76B; }
a { background-color: rgb(244,215,107); }
div.DivClassName
{
background-color: #F4D76B;
}
.BgClassName
{
background-color: #F4D76B;
}
</style>
border-color css
<style>
span { border-color: #F4D76B; }
span { border-color: rgb(244,215,107); }
td.TdClassName
{
border-color: #F4D76B;
}
.TagClassName
{
border-color: #F4D76B;
}
</style>