Shades of Golden Sand #F1D36D
Tints of Golden Sand #F1D36D
RGB
CMYK
RGB Variations
Color information
#F1D36D (or 0xF1D36D) is known color: Golden Sand. HEX triplet: F1, D3 and 6D. RGB value is (241,211,109). Sum of RGB (Red+Green+Blue) = 241+211+109=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D36D is #0E2C92. Grayscale: #D0D0D0. Windows color (decimal): -928915 or 7197681. OLE color: 7197681.
HSL color Cylindrical-coordinate representation of color #F1D36D: hue angle of 46.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1D36D is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 109 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.05 |
| HSL | 46.36º | 0.83% | 0.69% | - |
| HSV(B) | 46.36º | 0.55% | 0.95% | - |
| XYZ | 62.33 | 66.39 | 24 | - |
| YUV | 208.34 | 71.94 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 109 | 0 | 0.12 | 0.55 | 0.05 | 46.36 | 0.83 | 0.69 |
| Hex | F1 | D3 | 6D | 0 | C | 37 | 5 | 2E | 52 | 45 |
| Octal | 361 | 323 | 155 | 0 | 14 | 67 | 5 | 56 | 122 | 105 |
| Binary | 11110001 | 11010011 | 1101101 | 0 | 1100 | 110111 | 101 | 101110 | 1010010 | 1000101 |
Color Harmonies of #F1D36D
Complementary color
Monochromatic Colors of #F1D36D
Black with #F1D36D
Text Example
Text Example
White with #F1D36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D36D; }
p { color: rgb(241,211,109); }
H1.HeaderClassName
{
color: #F1D36D;
}
.AnyTagClassName
{
color: #F1D36D;
}
</style>
background-color css
<style>
a { background-color: #F1D36D; }
a { background-color: rgb(241,211,109); }
div.DivClassName
{
background-color: #F1D36D;
}
.BgClassName
{
background-color: #F1D36D;
}
</style>
border-color css
<style>
span { border-color: #F1D36D; }
span { border-color: rgb(241,211,109); }
td.TdClassName
{
border-color: #F1D36D;
}
.TagClassName
{
border-color: #F1D36D;
}
</style>