Shades of Golden Sand #F1DB65
Tints of Golden Sand #F1DB65
RGB
CMYK
RGB Variations
Color information
#F1DB65 (or 0xF1DB65) is known color: Golden Sand. HEX triplet: F1, DB and 65. RGB value is (241,219,101). Sum of RGB (Red+Green+Blue) = 241+219+101=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 219 (85.94% from 255 or 39.04% from 561); Blue value is 101 (39.84% from 255 or 18.00% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DB65 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1DB65 is #0E249A. Grayscale: #D4D4D4. Windows color (decimal): -926875 or 6675441. OLE color: 6675441.
HSL color Cylindrical-coordinate representation of color #F1DB65: hue angle of 50.57º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1DB65 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 219 | 101 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.05 |
| HSL | 50.57º | 0.83% | 0.67% | - |
| HSV(B) | 50.57º | 0.58% | 0.95% | - |
| XYZ | 63.96 | 70.3 | 22.51 | - |
| YUV | 212.13 | 65.29 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 219 | 101 | 0 | 0.09 | 0.58 | 0.05 | 50.57 | 0.83 | 0.67 |
| Hex | F1 | DB | 65 | 0 | 9 | 3A | 5 | 33 | 53 | 43 |
| Octal | 361 | 333 | 145 | 0 | 11 | 72 | 5 | 63 | 123 | 103 |
| Binary | 11110001 | 11011011 | 1100101 | 0 | 1001 | 111010 | 101 | 110011 | 1010011 | 1000011 |
Color Harmonies of #F1DB65
Complementary color
Monochromatic Colors of #F1DB65
Black with #F1DB65
Text Example
Text Example
White with #F1DB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1DB65; }
p { color: rgb(241,219,101); }
H1.HeaderClassName
{
color: #F1DB65;
}
.AnyTagClassName
{
color: #F1DB65;
}
</style>
background-color css
<style>
a { background-color: #F1DB65; }
a { background-color: rgb(241,219,101); }
div.DivClassName
{
background-color: #F1DB65;
}
.BgClassName
{
background-color: #F1DB65;
}
</style>
border-color css
<style>
span { border-color: #F1DB65; }
span { border-color: rgb(241,219,101); }
td.TdClassName
{
border-color: #F1DB65;
}
.TagClassName
{
border-color: #F1DB65;
}
</style>