Shades of Golden Sand #DECA5C
Tints of Golden Sand #DECA5C
RGB
CMYK
RGB Variations
Color information
#DECA5C (or 0xDECA5C) is known color: Golden Sand. HEX triplet: DE, CA and 5C. RGB value is (222,202,92). Sum of RGB (Red+Green+Blue) = 222+202+92=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA5C is #2135A3. Grayscale: #C3C3C3. Windows color (decimal): -2176420 or 6081246. OLE color: 6081246.
HSL color Cylindrical-coordinate representation of color #DECA5C: hue angle of 50.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DECA5C is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 92 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 50.77º | 0.66% | 0.62% | - |
| HSV(B) | 50.77º | 0.59% | 0.87% | - |
| XYZ | 53.18 | 58.54 | 18.62 | - |
| YUV | 195.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 92 | 0 | 0.09 | 0.59 | 0.13 | 50.77 | 0.66 | 0.62 |
| Hex | DE | CA | 5C | 0 | 9 | 3B | D | 33 | 42 | 3E |
| Octal | 336 | 312 | 134 | 0 | 11 | 73 | 15 | 63 | 102 | 76 |
| Binary | 11011110 | 11001010 | 1011100 | 0 | 1001 | 111011 | 1101 | 110011 | 1000010 | 111110 |
Color Harmonies of #DECA5C
Complementary color
Monochromatic Colors of #DECA5C
Black with #DECA5C
Text Example
Text Example
White with #DECA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA5C; }
p { color: rgb(222,202,92); }
H1.HeaderClassName
{
color: #DECA5C;
}
.AnyTagClassName
{
color: #DECA5C;
}
</style>
background-color css
<style>
a { background-color: #DECA5C; }
a { background-color: rgb(222,202,92); }
div.DivClassName
{
background-color: #DECA5C;
}
.BgClassName
{
background-color: #DECA5C;
}
</style>
border-color css
<style>
span { border-color: #DECA5C; }
span { border-color: rgb(222,202,92); }
td.TdClassName
{
border-color: #DECA5C;
}
.TagClassName
{
border-color: #DECA5C;
}
</style>