Shades of Golden Sand #F5D367
Tints of Golden Sand #F5D367
RGB
CMYK
RGB Variations
Color information
#F5D367 (or 0xF5D367) is known color: Golden Sand. HEX triplet: F5, D3 and 67. RGB value is (245,211,103). Sum of RGB (Red+Green+Blue) = 245+211+103=559 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.83% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 103 (40.62% from 255 or 18.43% from 559); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D367 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5D367 is #0A2C98. Grayscale: #D1D1D1. Windows color (decimal): -666777 or 6804469. OLE color: 6804469.
HSL color Cylindrical-coordinate representation of color #F5D367: hue angle of 45.63º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5D367 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 103 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.04 |
| HSL | 45.63º | 0.88% | 0.68% | - |
| HSV(B) | 45.63º | 0.58% | 0.96% | - |
| XYZ | 63.4 | 66.98 | 22.42 | - |
| YUV | 208.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 103 | 0 | 0.14 | 0.58 | 0.04 | 45.63 | 0.88 | 0.68 |
| Hex | F5 | D3 | 67 | 0 | E | 3A | 4 | 2E | 58 | 44 |
| Octal | 365 | 323 | 147 | 0 | 16 | 72 | 4 | 56 | 130 | 104 |
| Binary | 11110101 | 11010011 | 1100111 | 0 | 1110 | 111010 | 100 | 101110 | 1011000 | 1000100 |
Color Harmonies of #F5D367
Complementary color
Monochromatic Colors of #F5D367
Black with #F5D367
Text Example
Text Example
White with #F5D367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D367; }
p { color: rgb(245,211,103); }
H1.HeaderClassName
{
color: #F5D367;
}
.AnyTagClassName
{
color: #F5D367;
}
</style>
background-color css
<style>
a { background-color: #F5D367; }
a { background-color: rgb(245,211,103); }
div.DivClassName
{
background-color: #F5D367;
}
.BgClassName
{
background-color: #F5D367;
}
</style>
border-color css
<style>
span { border-color: #F5D367; }
span { border-color: rgb(245,211,103); }
td.TdClassName
{
border-color: #F5D367;
}
.TagClassName
{
border-color: #F5D367;
}
</style>