Shades of Sandwisp #DECE80
Tints of Sandwisp #DECE80
RGB
CMYK
RGB Variations
Color information
#DECE80 (or 0xDECE80) is known color: Sandwisp. HEX triplet: DE, CE and 80. RGB value is (222,206,128). Sum of RGB (Red+Green+Blue) = 222+206+128=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 128 (50.39% from 255 or 23.02% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE80 is #21317F. Grayscale: #CACACA. Windows color (decimal): -2175360 or 8441566. OLE color: 8441566.
HSL color Cylindrical-coordinate representation of color #DECE80: hue angle of 49.79º 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 #DECE80 is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 128 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.13 |
| HSL | 49.79º | 0.59% | 0.69% | - |
| HSV(B) | 49.79º | 0.42% | 0.87% | - |
| XYZ | 56.09 | 61.23 | 29.28 | - |
| YUV | 201.89 | 86.3 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 128 | 0 | 0.07 | 0.42 | 0.13 | 49.79 | 0.59 | 0.69 |
| Hex | DE | CE | 80 | 0 | 7 | 2A | D | 32 | 3B | 45 |
| Octal | 336 | 316 | 200 | 0 | 7 | 52 | 15 | 62 | 73 | 105 |
| Binary | 11011110 | 11001110 | 10000000 | 0 | 111 | 101010 | 1101 | 110010 | 111011 | 1000101 |
Color Harmonies of #DECE80
Complementary color
Monochromatic Colors of #DECE80
Black with #DECE80
Text Example
Text Example
White with #DECE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE80; }
p { color: rgb(222,206,128); }
H1.HeaderClassName
{
color: #DECE80;
}
.AnyTagClassName
{
color: #DECE80;
}
</style>
background-color css
<style>
a { background-color: #DECE80; }
a { background-color: rgb(222,206,128); }
div.DivClassName
{
background-color: #DECE80;
}
.BgClassName
{
background-color: #DECE80;
}
</style>
border-color css
<style>
span { border-color: #DECE80; }
span { border-color: rgb(222,206,128); }
td.TdClassName
{
border-color: #DECE80;
}
.TagClassName
{
border-color: #DECE80;
}
</style>