Shades of Golden Sand #DECA64
Tints of Golden Sand #DECA64
RGB
CMYK
RGB Variations
Color information
#DECA64 (or 0xDECA64) is known color: Golden Sand. HEX triplet: DE, CA and 64. RGB value is (222,202,100). Sum of RGB (Red+Green+Blue) = 222+202+100=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA64 is #21359B. Grayscale: #C4C4C4. Windows color (decimal): -2176412 or 6605534. OLE color: 6605534.
HSL color Cylindrical-coordinate representation of color #DECA64: hue angle of 50.16º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DECA64 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 100 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.13 |
| HSL | 50.16º | 0.65% | 0.63% | - |
| HSV(B) | 50.16º | 0.55% | 0.87% | - |
| XYZ | 53.54 | 58.69 | 20.56 | - |
| YUV | 196.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 100 | 0 | 0.09 | 0.55 | 0.13 | 50.16 | 0.65 | 0.63 |
| Hex | DE | CA | 64 | 0 | 9 | 37 | D | 32 | 41 | 3F |
| Octal | 336 | 312 | 144 | 0 | 11 | 67 | 15 | 62 | 101 | 77 |
| Binary | 11011110 | 11001010 | 1100100 | 0 | 1001 | 110111 | 1101 | 110010 | 1000001 | 111111 |
Color Harmonies of #DECA64
Complementary color
Monochromatic Colors of #DECA64
Black with #DECA64
Text Example
Text Example
White with #DECA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA64; }
p { color: rgb(222,202,100); }
H1.HeaderClassName
{
color: #DECA64;
}
.AnyTagClassName
{
color: #DECA64;
}
</style>
background-color css
<style>
a { background-color: #DECA64; }
a { background-color: rgb(222,202,100); }
div.DivClassName
{
background-color: #DECA64;
}
.BgClassName
{
background-color: #DECA64;
}
</style>
border-color css
<style>
span { border-color: #DECA64; }
span { border-color: rgb(222,202,100); }
td.TdClassName
{
border-color: #DECA64;
}
.TagClassName
{
border-color: #DECA64;
}
</style>