Shades of Golden Sand #DECC66
Tints of Golden Sand #DECC66
RGB
CMYK
RGB Variations
Color information
#DECC66 (or 0xDECC66) is known color: Golden Sand. HEX triplet: DE, CC and 66. RGB value is (222,204,102). Sum of RGB (Red+Green+Blue) = 222+204+102=528 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.05% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECC66 is #213399. Grayscale: #C6C6C6. Windows color (decimal): -2175898 or 6737118. OLE color: 6737118.
HSL color Cylindrical-coordinate representation of color #DECC66: hue angle of 51º 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 #DECC66 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 102 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.13 |
| HSL | 51º | 0.65% | 0.64% | - |
| HSV(B) | 51º | 0.54% | 0.87% | - |
| XYZ | 54.12 | 59.67 | 21.24 | - |
| YUV | 197.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 102 | 0 | 0.08 | 0.54 | 0.13 | 51 | 0.65 | 0.64 |
| Hex | DE | CC | 66 | 0 | 8 | 36 | D | 33 | 41 | 40 |
| Octal | 336 | 314 | 146 | 0 | 10 | 66 | 15 | 63 | 101 | 100 |
| Binary | 11011110 | 11001100 | 1100110 | 0 | 1000 | 110110 | 1101 | 110011 | 1000001 | 1000000 |
Color Harmonies of #DECC66
Complementary color
Monochromatic Colors of #DECC66
Black with #DECC66
Text Example
Text Example
White with #DECC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC66; }
p { color: rgb(222,204,102); }
H1.HeaderClassName
{
color: #DECC66;
}
.AnyTagClassName
{
color: #DECC66;
}
</style>
background-color css
<style>
a { background-color: #DECC66; }
a { background-color: rgb(222,204,102); }
div.DivClassName
{
background-color: #DECC66;
}
.BgClassName
{
background-color: #DECC66;
}
</style>
border-color css
<style>
span { border-color: #DECC66; }
span { border-color: rgb(222,204,102); }
td.TdClassName
{
border-color: #DECC66;
}
.TagClassName
{
border-color: #DECC66;
}
</style>