Shades of Golden Sand #F1D171
Tints of Golden Sand #F1D171
RGB
CMYK
RGB Variations
Color information
#F1D171 (or 0xF1D171) is known color: Golden Sand. HEX triplet: F1, D1 and 71. RGB value is (241,209,113). Sum of RGB (Red+Green+Blue) = 241+209+113=563 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.81% from 563); Green value is 209 (82.03% from 255 or 37.12% from 563); Blue value is 113 (44.53% from 255 or 20.07% from 563); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D171 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D171 is #0E2E8E. Grayscale: #D0D0D0. Windows color (decimal): -929423 or 7459313. OLE color: 7459313.
HSL color Cylindrical-coordinate representation of color #F1D171: hue angle of 45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F1D171 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 113 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.05 |
| HSL | 45º | 0.82% | 0.69% | - |
| HSV(B) | 45º | 0.53% | 0.95% | - |
| XYZ | 62.06 | 65.49 | 24.99 | - |
| YUV | 207.62 | 74.6 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 113 | 0 | 0.13 | 0.53 | 0.05 | 45 | 0.82 | 0.69 |
| Hex | F1 | D1 | 71 | 0 | D | 35 | 5 | 2D | 52 | 45 |
| Octal | 361 | 321 | 161 | 0 | 15 | 65 | 5 | 55 | 122 | 105 |
| Binary | 11110001 | 11010001 | 1110001 | 0 | 1101 | 110101 | 101 | 101101 | 1010010 | 1000101 |
Color Harmonies of #F1D171
Complementary color
Monochromatic Colors of #F1D171
Black with #F1D171
Text Example
Text Example
White with #F1D171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D171; }
p { color: rgb(241,209,113); }
H1.HeaderClassName
{
color: #F1D171;
}
.AnyTagClassName
{
color: #F1D171;
}
</style>
background-color css
<style>
a { background-color: #F1D171; }
a { background-color: rgb(241,209,113); }
div.DivClassName
{
background-color: #F1D171;
}
.BgClassName
{
background-color: #F1D171;
}
</style>
border-color css
<style>
span { border-color: #F1D171; }
span { border-color: rgb(241,209,113); }
td.TdClassName
{
border-color: #F1D171;
}
.TagClassName
{
border-color: #F1D171;
}
</style>