Shades of Golden Sand #F5D76B
Tints of Golden Sand #F5D76B
RGB
CMYK
RGB Variations
Color information
#F5D76B (or 0xF5D76B) is known color: Golden Sand. HEX triplet: F5, D7 and 6B. RGB value is (245,215,107). Sum of RGB (Red+Green+Blue) = 245+215+107=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 215 (84.38% from 255 or 37.92% from 567); Blue value is 107 (42.19% from 255 or 18.87% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D76B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D76B is #0A2894. Grayscale: #D4D4D4. Windows color (decimal): -665749 or 7067637. OLE color: 7067637.
HSL color Cylindrical-coordinate representation of color #F5D76B: hue angle of 46.96º 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 #F5D76B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 107 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.04 |
| HSL | 46.96º | 0.87% | 0.69% | - |
| HSV(B) | 46.96º | 0.56% | 0.96% | - |
| XYZ | 64.61 | 69.07 | 23.84 | - |
| YUV | 211.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 107 | 0 | 0.12 | 0.56 | 0.04 | 46.96 | 0.87 | 0.69 |
| Hex | F5 | D7 | 6B | 0 | C | 38 | 4 | 2F | 57 | 45 |
| Octal | 365 | 327 | 153 | 0 | 14 | 70 | 4 | 57 | 127 | 105 |
| Binary | 11110101 | 11010111 | 1101011 | 0 | 1100 | 111000 | 100 | 101111 | 1010111 | 1000101 |
Color Harmonies of #F5D76B
Complementary color
Monochromatic Colors of #F5D76B
Black with #F5D76B
Text Example
Text Example
White with #F5D76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D76B; }
p { color: rgb(245,215,107); }
H1.HeaderClassName
{
color: #F5D76B;
}
.AnyTagClassName
{
color: #F5D76B;
}
</style>
background-color css
<style>
a { background-color: #F5D76B; }
a { background-color: rgb(245,215,107); }
div.DivClassName
{
background-color: #F5D76B;
}
.BgClassName
{
background-color: #F5D76B;
}
</style>
border-color css
<style>
span { border-color: #F5D76B; }
span { border-color: rgb(245,215,107); }
td.TdClassName
{
border-color: #F5D76B;
}
.TagClassName
{
border-color: #F5D76B;
}
</style>