Shades of Golden Sand #F1D56C
Tints of Golden Sand #F1D56C
RGB
CMYK
RGB Variations
Color information
#F1D56C (or 0xF1D56C) is known color: Golden Sand. HEX triplet: F1, D5 and 6C. RGB value is (241,213,108). Sum of RGB (Red+Green+Blue) = 241+213+108=562 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.88% from 562); Green value is 213 (83.59% from 255 or 37.90% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D56C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D56C is #0E2A93. Grayscale: #D1D1D1. Windows color (decimal): -928404 or 7132657. OLE color: 7132657.
HSL color Cylindrical-coordinate representation of color #F1D56C: hue angle of 47.37º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1D56C is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 108 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.05 |
| HSL | 47.37º | 0.83% | 0.68% | - |
| HSV(B) | 47.37º | 0.55% | 0.95% | - |
| XYZ | 62.78 | 67.37 | 23.88 | - |
| YUV | 209.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 108 | 0 | 0.12 | 0.55 | 0.05 | 47.37 | 0.83 | 0.68 |
| Hex | F1 | D5 | 6C | 0 | C | 37 | 5 | 2F | 53 | 44 |
| Octal | 361 | 325 | 154 | 0 | 14 | 67 | 5 | 57 | 123 | 104 |
| Binary | 11110001 | 11010101 | 1101100 | 0 | 1100 | 110111 | 101 | 101111 | 1010011 | 1000100 |
Color Harmonies of #F1D56C
Complementary color
Monochromatic Colors of #F1D56C
Black with #F1D56C
Text Example
Text Example
White with #F1D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D56C; }
p { color: rgb(241,213,108); }
H1.HeaderClassName
{
color: #F1D56C;
}
.AnyTagClassName
{
color: #F1D56C;
}
</style>
background-color css
<style>
a { background-color: #F1D56C; }
a { background-color: rgb(241,213,108); }
div.DivClassName
{
background-color: #F1D56C;
}
.BgClassName
{
background-color: #F1D56C;
}
</style>
border-color css
<style>
span { border-color: #F1D56C; }
span { border-color: rgb(241,213,108); }
td.TdClassName
{
border-color: #F1D56C;
}
.TagClassName
{
border-color: #F1D56C;
}
</style>