Shades of Golden Sand #DECA66
Tints of Golden Sand #DECA66
RGB
CMYK
RGB Variations
Color information
#DECA66 (or 0xDECA66) is known color: Golden Sand. HEX triplet: DE, CA and 66. RGB value is (222,202,102). Sum of RGB (Red+Green+Blue) = 222+202+102=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA66 is #213599. Grayscale: #C4C4C4. Windows color (decimal): -2176410 or 6736606. OLE color: 6736606.
HSL color Cylindrical-coordinate representation of color #DECA66: hue angle of 50º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DECA66 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 102 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.13 |
| HSL | 50º | 0.65% | 0.64% | - |
| HSV(B) | 50º | 0.54% | 0.87% | - |
| XYZ | 53.64 | 58.73 | 21.08 | - |
| YUV | 196.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 102 | 0 | 0.09 | 0.54 | 0.13 | 50 | 0.65 | 0.64 |
| Hex | DE | CA | 66 | 0 | 9 | 36 | D | 32 | 41 | 40 |
| Octal | 336 | 312 | 146 | 0 | 11 | 66 | 15 | 62 | 101 | 100 |
| Binary | 11011110 | 11001010 | 1100110 | 0 | 1001 | 110110 | 1101 | 110010 | 1000001 | 1000000 |
Color Harmonies of #DECA66
Complementary color
Monochromatic Colors of #DECA66
Black with #DECA66
Text Example
Text Example
White with #DECA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA66; }
p { color: rgb(222,202,102); }
H1.HeaderClassName
{
color: #DECA66;
}
.AnyTagClassName
{
color: #DECA66;
}
</style>
background-color css
<style>
a { background-color: #DECA66; }
a { background-color: rgb(222,202,102); }
div.DivClassName
{
background-color: #DECA66;
}
.BgClassName
{
background-color: #DECA66;
}
</style>
border-color css
<style>
span { border-color: #DECA66; }
span { border-color: rgb(222,202,102); }
td.TdClassName
{
border-color: #DECA66;
}
.TagClassName
{
border-color: #DECA66;
}
</style>