Shades of Golden Sand #F1D96D
Tints of Golden Sand #F1D96D
RGB
CMYK
RGB Variations
Color information
#F1D96D (or 0xF1D96D) is known color: Golden Sand. HEX triplet: F1, D9 and 6D. RGB value is (241,217,109). Sum of RGB (Red+Green+Blue) = 241+217+109=567 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.50% from 567); Green value is 217 (85.16% from 255 or 38.27% from 567); Blue value is 109 (42.97% from 255 or 19.22% from 567); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D96D is #0E2692. Grayscale: #D4D4D4. Windows color (decimal): -927379 or 7199217. OLE color: 7199217.
HSL color Cylindrical-coordinate representation of color #F1D96D: hue angle of 49.09º 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 #F1D96D is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 109 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.05 |
| HSL | 49.09º | 0.83% | 0.69% | - |
| HSV(B) | 49.09º | 0.55% | 0.95% | - |
| XYZ | 63.85 | 69.43 | 24.5 | - |
| YUV | 211.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 109 | 0 | 0.10 | 0.55 | 0.05 | 49.09 | 0.83 | 0.69 |
| Hex | F1 | D9 | 6D | 0 | A | 37 | 5 | 31 | 52 | 45 |
| Octal | 361 | 331 | 155 | 0 | 12 | 67 | 5 | 61 | 122 | 105 |
| Binary | 11110001 | 11011001 | 1101101 | 0 | 1010 | 110111 | 101 | 110001 | 1010010 | 1000101 |
Color Harmonies of #F1D96D
Complementary color
Monochromatic Colors of #F1D96D
Black with #F1D96D
Text Example
Text Example
White with #F1D96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D96D; }
p { color: rgb(241,217,109); }
H1.HeaderClassName
{
color: #F1D96D;
}
.AnyTagClassName
{
color: #F1D96D;
}
</style>
background-color css
<style>
a { background-color: #F1D96D; }
a { background-color: rgb(241,217,109); }
div.DivClassName
{
background-color: #F1D96D;
}
.BgClassName
{
background-color: #F1D96D;
}
</style>
border-color css
<style>
span { border-color: #F1D96D; }
span { border-color: rgb(241,217,109); }
td.TdClassName
{
border-color: #F1D96D;
}
.TagClassName
{
border-color: #F1D96D;
}
</style>