Shades of Sandwisp #DEC885
Tints of Sandwisp #DEC885
RGB
CMYK
RGB Variations
Color information
#DEC885 (or 0xDEC885) is known color: Sandwisp. HEX triplet: DE, C8 and 85. RGB value is (222,200,133). Sum of RGB (Red+Green+Blue) = 222+200+133=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC885 is #21377A. Grayscale: #C7C7C7. Windows color (decimal): -2176891 or 8767710. OLE color: 8767710.
HSL color Cylindrical-coordinate representation of color #DEC885: hue angle of 45.17º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DEC885 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 133 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.13 |
| HSL | 45.17º | 0.57% | 0.7% | - |
| HSV(B) | 45.17º | 0.4% | 0.87% | - |
| XYZ | 55.01 | 58.53 | 30.59 | - |
| YUV | 198.94 | 90.79 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 133 | 0 | 0.10 | 0.40 | 0.13 | 45.17 | 0.57 | 0.7 |
| Hex | DE | C8 | 85 | 0 | A | 28 | D | 2D | 39 | 46 |
| Octal | 336 | 310 | 205 | 0 | 12 | 50 | 15 | 55 | 71 | 106 |
| Binary | 11011110 | 11001000 | 10000101 | 0 | 1010 | 101000 | 1101 | 101101 | 111001 | 1000110 |
Color Harmonies of #DEC885
Complementary color
Monochromatic Colors of #DEC885
Black with #DEC885
Text Example
Text Example
White with #DEC885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC885; }
p { color: rgb(222,200,133); }
H1.HeaderClassName
{
color: #DEC885;
}
.AnyTagClassName
{
color: #DEC885;
}
</style>
background-color css
<style>
a { background-color: #DEC885; }
a { background-color: rgb(222,200,133); }
div.DivClassName
{
background-color: #DEC885;
}
.BgClassName
{
background-color: #DEC885;
}
</style>
border-color css
<style>
span { border-color: #DEC885; }
span { border-color: rgb(222,200,133); }
td.TdClassName
{
border-color: #DEC885;
}
.TagClassName
{
border-color: #DEC885;
}
</style>