Shades of Golden Sand #DECB5C
Tints of Golden Sand #DECB5C
RGB
CMYK
RGB Variations
Color information
#DECB5C (or 0xDECB5C) is known color: Golden Sand. HEX triplet: DE, CB and 5C. RGB value is (222,203,92). Sum of RGB (Red+Green+Blue) = 222+203+92=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 203 (79.69% from 255 or 39.26% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB5C is #2134A3. Grayscale: #C4C4C4. Windows color (decimal): -2176164 or 6081502. OLE color: 6081502.
HSL color Cylindrical-coordinate representation of color #DECB5C: hue angle of 51.23º 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 #DECB5C is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 92 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.13 |
| HSL | 51.23º | 0.66% | 0.62% | - |
| HSV(B) | 51.23º | 0.59% | 0.87% | - |
| XYZ | 53.41 | 59.01 | 18.7 | - |
| YUV | 196.03 | 69.29 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 92 | 0 | 0.09 | 0.59 | 0.13 | 51.23 | 0.66 | 0.62 |
| Hex | DE | CB | 5C | 0 | 9 | 3B | D | 33 | 42 | 3E |
| Octal | 336 | 313 | 134 | 0 | 11 | 73 | 15 | 63 | 102 | 76 |
| Binary | 11011110 | 11001011 | 1011100 | 0 | 1001 | 111011 | 1101 | 110011 | 1000010 | 111110 |
Color Harmonies of #DECB5C
Complementary color
Monochromatic Colors of #DECB5C
Black with #DECB5C
Text Example
Text Example
White with #DECB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB5C; }
p { color: rgb(222,203,92); }
H1.HeaderClassName
{
color: #DECB5C;
}
.AnyTagClassName
{
color: #DECB5C;
}
</style>
background-color css
<style>
a { background-color: #DECB5C; }
a { background-color: rgb(222,203,92); }
div.DivClassName
{
background-color: #DECB5C;
}
.BgClassName
{
background-color: #DECB5C;
}
</style>
border-color css
<style>
span { border-color: #DECB5C; }
span { border-color: rgb(222,203,92); }
td.TdClassName
{
border-color: #DECB5C;
}
.TagClassName
{
border-color: #DECB5C;
}
</style>