Shades of Golden Sand #F5D76C
Tints of Golden Sand #F5D76C
RGB
CMYK
RGB Variations
Color information
#F5D76C (or 0xF5D76C) is known color: Golden Sand. HEX triplet: F5, D7 and 6C. RGB value is (245,215,108). Sum of RGB (Red+Green+Blue) = 245+215+108=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 215 (84.38% from 255 or 37.85% from 568); Blue value is 108 (42.58% from 255 or 19.01% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D76C is #0A2893. Grayscale: #D4D4D4. Windows color (decimal): -665748 or 7133173. OLE color: 7133173.
HSL color Cylindrical-coordinate representation of color #F5D76C: hue angle of 46.86º degrees, saturation: 0.87, 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 #F5D76C is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 108 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.04 |
| HSL | 46.86º | 0.87% | 0.69% | - |
| HSV(B) | 46.86º | 0.56% | 0.96% | - |
| XYZ | 64.66 | 69.1 | 24.12 | - |
| YUV | 211.77 | 69.44 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 108 | 0 | 0.12 | 0.56 | 0.04 | 46.86 | 0.87 | 0.69 |
| Hex | F5 | D7 | 6C | 0 | C | 38 | 4 | 2F | 57 | 45 |
| Octal | 365 | 327 | 154 | 0 | 14 | 70 | 4 | 57 | 127 | 105 |
| Binary | 11110101 | 11010111 | 1101100 | 0 | 1100 | 111000 | 100 | 101111 | 1010111 | 1000101 |
Color Harmonies of #F5D76C
Complementary color
Monochromatic Colors of #F5D76C
Black with #F5D76C
Text Example
Text Example
White with #F5D76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D76C; }
p { color: rgb(245,215,108); }
H1.HeaderClassName
{
color: #F5D76C;
}
.AnyTagClassName
{
color: #F5D76C;
}
</style>
background-color css
<style>
a { background-color: #F5D76C; }
a { background-color: rgb(245,215,108); }
div.DivClassName
{
background-color: #F5D76C;
}
.BgClassName
{
background-color: #F5D76C;
}
</style>
border-color css
<style>
span { border-color: #F5D76C; }
span { border-color: rgb(245,215,108); }
td.TdClassName
{
border-color: #F5D76C;
}
.TagClassName
{
border-color: #F5D76C;
}
</style>