Shades of Golden Sand #DECB60
Tints of Golden Sand #DECB60
RGB
CMYK
RGB Variations
Color information
#DECB60 (or 0xDECB60) is known color: Golden Sand. HEX triplet: DE, CB and 60. RGB value is (222,203,96). Sum of RGB (Red+Green+Blue) = 222+203+96=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 203 (79.69% from 255 or 38.96% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB60 is #21349F. Grayscale: #C4C4C4. Windows color (decimal): -2176160 or 6343646. OLE color: 6343646.
HSL color Cylindrical-coordinate representation of color #DECB60: hue angle of 50.95º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DECB60 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 96 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.13 |
| HSL | 50.95º | 0.66% | 0.62% | - |
| HSV(B) | 50.95º | 0.57% | 0.87% | - |
| XYZ | 53.59 | 59.09 | 19.65 | - |
| YUV | 196.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 96 | 0 | 0.09 | 0.57 | 0.13 | 50.95 | 0.66 | 0.62 |
| Hex | DE | CB | 60 | 0 | 9 | 39 | D | 33 | 42 | 3E |
| Octal | 336 | 313 | 140 | 0 | 11 | 71 | 15 | 63 | 102 | 76 |
| Binary | 11011110 | 11001011 | 1100000 | 0 | 1001 | 111001 | 1101 | 110011 | 1000010 | 111110 |
Color Harmonies of #DECB60
Complementary color
Monochromatic Colors of #DECB60
Black with #DECB60
Text Example
Text Example
White with #DECB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB60; }
p { color: rgb(222,203,96); }
H1.HeaderClassName
{
color: #DECB60;
}
.AnyTagClassName
{
color: #DECB60;
}
</style>
background-color css
<style>
a { background-color: #DECB60; }
a { background-color: rgb(222,203,96); }
div.DivClassName
{
background-color: #DECB60;
}
.BgClassName
{
background-color: #DECB60;
}
</style>
border-color css
<style>
span { border-color: #DECB60; }
span { border-color: rgb(222,203,96); }
td.TdClassName
{
border-color: #DECB60;
}
.TagClassName
{
border-color: #DECB60;
}
</style>