Shades of Golden Sand #F6D36B
Tints of Golden Sand #F6D36B
RGB
CMYK
RGB Variations
Color information
#F6D36B (or 0xF6D36B) is known color: Golden Sand. HEX triplet: F6, D3 and 6B. RGB value is (246,211,107). Sum of RGB (Red+Green+Blue) = 246+211+107=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 211 (82.81% from 255 or 37.41% from 564); Blue value is 107 (42.19% from 255 or 18.97% from 564); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6D36B is #092C94. Grayscale: #D2D2D2. Windows color (decimal): -601237 or 7066614. OLE color: 7066614.
HSL color Cylindrical-coordinate representation of color #F6D36B: hue angle of 44.89º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6D36B is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 211 | 107 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.04 |
| HSL | 44.89º | 0.89% | 0.69% | - |
| HSV(B) | 44.89º | 0.57% | 0.96% | - |
| XYZ | 63.95 | 67.24 | 23.52 | - |
| YUV | 209.61 | 70.1 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 211 | 107 | 0 | 0.14 | 0.57 | 0.04 | 44.89 | 0.89 | 0.69 |
| Hex | F6 | D3 | 6B | 0 | E | 39 | 4 | 2D | 59 | 45 |
| Octal | 366 | 323 | 153 | 0 | 16 | 71 | 4 | 55 | 131 | 105 |
| Binary | 11110110 | 11010011 | 1101011 | 0 | 1110 | 111001 | 100 | 101101 | 1011001 | 1000101 |
Color Harmonies of #F6D36B
Complementary color
Monochromatic Colors of #F6D36B
Black with #F6D36B
Text Example
Text Example
White with #F6D36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D36B; }
p { color: rgb(246,211,107); }
H1.HeaderClassName
{
color: #F6D36B;
}
.AnyTagClassName
{
color: #F6D36B;
}
</style>
background-color css
<style>
a { background-color: #F6D36B; }
a { background-color: rgb(246,211,107); }
div.DivClassName
{
background-color: #F6D36B;
}
.BgClassName
{
background-color: #F6D36B;
}
</style>
border-color css
<style>
span { border-color: #F6D36B; }
span { border-color: rgb(246,211,107); }
td.TdClassName
{
border-color: #F6D36B;
}
.TagClassName
{
border-color: #F6D36B;
}
</style>