Shades of Golden Sand #DECD66
Tints of Golden Sand #DECD66
RGB
CMYK
RGB Variations
Color information
#DECD66 (or 0xDECD66) is known color: Golden Sand. HEX triplet: DE, CD and 66. RGB value is (222,205,102). Sum of RGB (Red+Green+Blue) = 222+205+102=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD66 is #213299. Grayscale: #C6C6C6. Windows color (decimal): -2175642 or 6737374. OLE color: 6737374.
HSL color Cylindrical-coordinate representation of color #DECD66: hue angle of 51.5º 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 #DECD66 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 102 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.13 |
| HSL | 51.5º | 0.65% | 0.64% | - |
| HSV(B) | 51.5º | 0.54% | 0.87% | - |
| XYZ | 54.35 | 60.15 | 21.32 | - |
| YUV | 198.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 102 | 0 | 0.08 | 0.54 | 0.13 | 51.5 | 0.65 | 0.64 |
| Hex | DE | CD | 66 | 0 | 8 | 36 | D | 34 | 41 | 40 |
| Octal | 336 | 315 | 146 | 0 | 10 | 66 | 15 | 64 | 101 | 100 |
| Binary | 11011110 | 11001101 | 1100110 | 0 | 1000 | 110110 | 1101 | 110100 | 1000001 | 1000000 |
Color Harmonies of #DECD66
Complementary color
Monochromatic Colors of #DECD66
Black with #DECD66
Text Example
Text Example
White with #DECD66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD66; }
p { color: rgb(222,205,102); }
H1.HeaderClassName
{
color: #DECD66;
}
.AnyTagClassName
{
color: #DECD66;
}
</style>
background-color css
<style>
a { background-color: #DECD66; }
a { background-color: rgb(222,205,102); }
div.DivClassName
{
background-color: #DECD66;
}
.BgClassName
{
background-color: #DECD66;
}
</style>
border-color css
<style>
span { border-color: #DECD66; }
span { border-color: rgb(222,205,102); }
td.TdClassName
{
border-color: #DECD66;
}
.TagClassName
{
border-color: #DECD66;
}
</style>