Shades of Golden Sand #DECB5D
Tints of Golden Sand #DECB5D
RGB
CMYK
RGB Variations
Color information
#DECB5D (or 0xDECB5D) is known color: Golden Sand. HEX triplet: DE, CB and 5D. RGB value is (222,203,93). Sum of RGB (Red+Green+Blue) = 222+203+93=518 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.86% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB5D is #2134A2. Grayscale: #C4C4C4. Windows color (decimal): -2176163 or 6147038. OLE color: 6147038.
HSL color Cylindrical-coordinate representation of color #DECB5D: hue angle of 51.16º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DECB5D is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 93 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.13 |
| HSL | 51.16º | 0.66% | 0.62% | - |
| HSV(B) | 51.16º | 0.58% | 0.87% | - |
| XYZ | 53.46 | 59.03 | 18.93 | - |
| YUV | 196.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 93 | 0 | 0.09 | 0.58 | 0.13 | 51.16 | 0.66 | 0.62 |
| Hex | DE | CB | 5D | 0 | 9 | 3A | D | 33 | 42 | 3E |
| Octal | 336 | 313 | 135 | 0 | 11 | 72 | 15 | 63 | 102 | 76 |
| Binary | 11011110 | 11001011 | 1011101 | 0 | 1001 | 111010 | 1101 | 110011 | 1000010 | 111110 |
Color Harmonies of #DECB5D
Complementary color
Monochromatic Colors of #DECB5D
Black with #DECB5D
Text Example
Text Example
White with #DECB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB5D; }
p { color: rgb(222,203,93); }
H1.HeaderClassName
{
color: #DECB5D;
}
.AnyTagClassName
{
color: #DECB5D;
}
</style>
background-color css
<style>
a { background-color: #DECB5D; }
a { background-color: rgb(222,203,93); }
div.DivClassName
{
background-color: #DECB5D;
}
.BgClassName
{
background-color: #DECB5D;
}
</style>
border-color css
<style>
span { border-color: #DECB5D; }
span { border-color: rgb(222,203,93); }
td.TdClassName
{
border-color: #DECB5D;
}
.TagClassName
{
border-color: #DECB5D;
}
</style>