Shades of Golden Sand #F2DB66
Tints of Golden Sand #F2DB66
RGB
CMYK
RGB Variations
Color information
#F2DB66 (or 0xF2DB66) is known color: Golden Sand. HEX triplet: F2, DB and 66. RGB value is (242,219,102). Sum of RGB (Red+Green+Blue) = 242+219+102=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 219 (85.94% from 255 or 38.90% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2DB66 is #0D2499. Grayscale: #D5D5D5. Windows color (decimal): -861338 or 6740978. OLE color: 6740978.
HSL color Cylindrical-coordinate representation of color #F2DB66: hue angle of 50.14º degrees, saturation: 0.84, 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 #F2DB66 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 219 | 102 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.05 |
| HSL | 50.14º | 0.84% | 0.67% | - |
| HSV(B) | 50.14º | 0.58% | 0.95% | - |
| XYZ | 64.35 | 70.5 | 22.79 | - |
| YUV | 212.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 219 | 102 | 0 | 0.10 | 0.58 | 0.05 | 50.14 | 0.84 | 0.67 |
| Hex | F2 | DB | 66 | 0 | A | 3A | 5 | 32 | 54 | 43 |
| Octal | 362 | 333 | 146 | 0 | 12 | 72 | 5 | 62 | 124 | 103 |
| Binary | 11110010 | 11011011 | 1100110 | 0 | 1010 | 111010 | 101 | 110010 | 1010100 | 1000011 |
Color Harmonies of #F2DB66
Complementary color
Monochromatic Colors of #F2DB66
Black with #F2DB66
Text Example
Text Example
White with #F2DB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DB66; }
p { color: rgb(242,219,102); }
H1.HeaderClassName
{
color: #F2DB66;
}
.AnyTagClassName
{
color: #F2DB66;
}
</style>
background-color css
<style>
a { background-color: #F2DB66; }
a { background-color: rgb(242,219,102); }
div.DivClassName
{
background-color: #F2DB66;
}
.BgClassName
{
background-color: #F2DB66;
}
</style>
border-color css
<style>
span { border-color: #F2DB66; }
span { border-color: rgb(242,219,102); }
td.TdClassName
{
border-color: #F2DB66;
}
.TagClassName
{
border-color: #F2DB66;
}
</style>