Shades of Golden Sand #F3D36B
Tints of Golden Sand #F3D36B
RGB
CMYK
RGB Variations
Color information
#F3D36B (or 0xF3D36B) is known color: Golden Sand. HEX triplet: F3, D3 and 6B. RGB value is (243,211,107). Sum of RGB (Red+Green+Blue) = 243+211+107=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 107 (42.19% from 255 or 19.07% from 561); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D36B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F3D36B is #0C2C94. Grayscale: #D1D1D1. Windows color (decimal): -797845 or 7066611. OLE color: 7066611.
HSL color Cylindrical-coordinate representation of color #F3D36B: hue angle of 45.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F3D36B is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 211 | 107 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.05 |
| HSL | 45.88º | 0.85% | 0.69% | - |
| HSV(B) | 45.88º | 0.56% | 0.95% | - |
| XYZ | 62.91 | 66.7 | 23.47 | - |
| YUV | 208.71 | 70.6 | 152.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 211 | 107 | 0 | 0.13 | 0.56 | 0.05 | 45.88 | 0.85 | 0.69 |
| Hex | F3 | D3 | 6B | 0 | D | 38 | 5 | 2E | 55 | 45 |
| Octal | 363 | 323 | 153 | 0 | 15 | 70 | 5 | 56 | 125 | 105 |
| Binary | 11110011 | 11010011 | 1101011 | 0 | 1101 | 111000 | 101 | 101110 | 1010101 | 1000101 |
Color Harmonies of #F3D36B
Complementary color
Monochromatic Colors of #F3D36B
Black with #F3D36B
Text Example
Text Example
White with #F3D36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3D36B; }
p { color: rgb(243,211,107); }
H1.HeaderClassName
{
color: #F3D36B;
}
.AnyTagClassName
{
color: #F3D36B;
}
</style>
background-color css
<style>
a { background-color: #F3D36B; }
a { background-color: rgb(243,211,107); }
div.DivClassName
{
background-color: #F3D36B;
}
.BgClassName
{
background-color: #F3D36B;
}
</style>
border-color css
<style>
span { border-color: #F3D36B; }
span { border-color: rgb(243,211,107); }
td.TdClassName
{
border-color: #F3D36B;
}
.TagClassName
{
border-color: #F3D36B;
}
</style>