Shades of Golden Sand #F5D16D
Tints of Golden Sand #F5D16D
RGB
CMYK
RGB Variations
Color information
#F5D16D (or 0xF5D16D) is known color: Golden Sand. HEX triplet: F5, D1 and 6D. RGB value is (245,209,109). Sum of RGB (Red+Green+Blue) = 245+209+109=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 109 (42.97% from 255 or 19.36% from 563); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D16D is #0A2E92. Grayscale: #D0D0D0. Windows color (decimal): -667283 or 7197173. OLE color: 7197173.
HSL color Cylindrical-coordinate representation of color #F5D16D: hue angle of 44.12º 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 #F5D16D is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 209 | 109 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.04 |
| HSL | 44.12º | 0.87% | 0.69% | - |
| HSV(B) | 44.12º | 0.56% | 0.96% | - |
| XYZ | 63.22 | 66.12 | 23.9 | - |
| YUV | 208.36 | 71.93 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 209 | 109 | 0 | 0.15 | 0.56 | 0.04 | 44.12 | 0.87 | 0.69 |
| Hex | F5 | D1 | 6D | 0 | F | 38 | 4 | 2C | 57 | 45 |
| Octal | 365 | 321 | 155 | 0 | 17 | 70 | 4 | 54 | 127 | 105 |
| Binary | 11110101 | 11010001 | 1101101 | 0 | 1111 | 111000 | 100 | 101100 | 1010111 | 1000101 |
Color Harmonies of #F5D16D
Complementary color
Monochromatic Colors of #F5D16D
Black with #F5D16D
Text Example
Text Example
White with #F5D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D16D; }
p { color: rgb(245,209,109); }
H1.HeaderClassName
{
color: #F5D16D;
}
.AnyTagClassName
{
color: #F5D16D;
}
</style>
background-color css
<style>
a { background-color: #F5D16D; }
a { background-color: rgb(245,209,109); }
div.DivClassName
{
background-color: #F5D16D;
}
.BgClassName
{
background-color: #F5D16D;
}
</style>
border-color css
<style>
span { border-color: #F5D16D; }
span { border-color: rgb(245,209,109); }
td.TdClassName
{
border-color: #F5D16D;
}
.TagClassName
{
border-color: #F5D16D;
}
</style>