Shades of Golden Sand #DECE66
Tints of Golden Sand #DECE66
RGB
CMYK
RGB Variations
Color information
#DECE66 (or 0xDECE66) is known color: Golden Sand. HEX triplet: DE, CE and 66. RGB value is (222,206,102). Sum of RGB (Red+Green+Blue) = 222+206+102=530 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.89% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECE66 is #213199. Grayscale: #C7C7C7. Windows color (decimal): -2175386 or 6737630. OLE color: 6737630.
HSL color Cylindrical-coordinate representation of color #DECE66: hue angle of 52º 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 #DECE66 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 102 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.13 |
| HSL | 52º | 0.65% | 0.64% | - |
| HSV(B) | 52º | 0.54% | 0.87% | - |
| XYZ | 54.59 | 60.63 | 21.4 | - |
| YUV | 198.93 | 73.3 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 102 | 0 | 0.07 | 0.54 | 0.13 | 52 | 0.65 | 0.64 |
| Hex | DE | CE | 66 | 0 | 7 | 36 | D | 34 | 41 | 40 |
| Octal | 336 | 316 | 146 | 0 | 7 | 66 | 15 | 64 | 101 | 100 |
| Binary | 11011110 | 11001110 | 1100110 | 0 | 111 | 110110 | 1101 | 110100 | 1000001 | 1000000 |
Color Harmonies of #DECE66
Complementary color
Monochromatic Colors of #DECE66
Black with #DECE66
Text Example
Text Example
White with #DECE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE66; }
p { color: rgb(222,206,102); }
H1.HeaderClassName
{
color: #DECE66;
}
.AnyTagClassName
{
color: #DECE66;
}
</style>
background-color css
<style>
a { background-color: #DECE66; }
a { background-color: rgb(222,206,102); }
div.DivClassName
{
background-color: #DECE66;
}
.BgClassName
{
background-color: #DECE66;
}
</style>
border-color css
<style>
span { border-color: #DECE66; }
span { border-color: rgb(222,206,102); }
td.TdClassName
{
border-color: #DECE66;
}
.TagClassName
{
border-color: #DECE66;
}
</style>