Shades of Sandwisp #DEC880
Tints of Sandwisp #DEC880
RGB
CMYK
RGB Variations
Color information
#DEC880 (or 0xDEC880) is known color: Sandwisp. HEX triplet: DE, C8 and 80. RGB value is (222,200,128). Sum of RGB (Red+Green+Blue) = 222+200+128=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 128 (50.39% from 255 or 23.27% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC880 is #21377F. Grayscale: #C6C6C6. Windows color (decimal): -2176896 or 8440030. OLE color: 8440030.
HSL color Cylindrical-coordinate representation of color #DEC880: hue angle of 45.96º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEC880 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 128 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.13 |
| HSL | 45.96º | 0.59% | 0.69% | - |
| HSV(B) | 45.96º | 0.42% | 0.87% | - |
| XYZ | 54.67 | 58.4 | 28.81 | - |
| YUV | 198.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 128 | 0 | 0.10 | 0.42 | 0.13 | 45.96 | 0.59 | 0.69 |
| Hex | DE | C8 | 80 | 0 | A | 2A | D | 2E | 3B | 45 |
| Octal | 336 | 310 | 200 | 0 | 12 | 52 | 15 | 56 | 73 | 105 |
| Binary | 11011110 | 11001000 | 10000000 | 0 | 1010 | 101010 | 1101 | 101110 | 111011 | 1000101 |
Color Harmonies of #DEC880
Complementary color
Monochromatic Colors of #DEC880
Black with #DEC880
Text Example
Text Example
White with #DEC880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC880; }
p { color: rgb(222,200,128); }
H1.HeaderClassName
{
color: #DEC880;
}
.AnyTagClassName
{
color: #DEC880;
}
</style>
background-color css
<style>
a { background-color: #DEC880; }
a { background-color: rgb(222,200,128); }
div.DivClassName
{
background-color: #DEC880;
}
.BgClassName
{
background-color: #DEC880;
}
</style>
border-color css
<style>
span { border-color: #DEC880; }
span { border-color: rgb(222,200,128); }
td.TdClassName
{
border-color: #DEC880;
}
.TagClassName
{
border-color: #DEC880;
}
</style>