Shades of Sandwisp #DECA80
Tints of Sandwisp #DECA80
RGB
CMYK
RGB Variations
Color information
#DECA80 (or 0xDECA80) is known color: Sandwisp. HEX triplet: DE, CA and 80. RGB value is (222,202,128). Sum of RGB (Red+Green+Blue) = 222+202+128=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA80 is #21357F. Grayscale: #C7C7C7. Windows color (decimal): -2176384 or 8440542. OLE color: 8440542.
HSL color Cylindrical-coordinate representation of color #DECA80: hue angle of 47.23º 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 #DECA80 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 128 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 47.23º | 0.59% | 0.69% | - |
| HSV(B) | 47.23º | 0.42% | 0.87% | - |
| XYZ | 55.14 | 59.33 | 28.97 | - |
| YUV | 199.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 128 | 0 | 0.09 | 0.42 | 0.13 | 47.23 | 0.59 | 0.69 |
| Hex | DE | CA | 80 | 0 | 9 | 2A | D | 2F | 3B | 45 |
| Octal | 336 | 312 | 200 | 0 | 11 | 52 | 15 | 57 | 73 | 105 |
| Binary | 11011110 | 11001010 | 10000000 | 0 | 1001 | 101010 | 1101 | 101111 | 111011 | 1000101 |
Color Harmonies of #DECA80
Complementary color
Monochromatic Colors of #DECA80
Black with #DECA80
Text Example
Text Example
White with #DECA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA80; }
p { color: rgb(222,202,128); }
H1.HeaderClassName
{
color: #DECA80;
}
.AnyTagClassName
{
color: #DECA80;
}
</style>
background-color css
<style>
a { background-color: #DECA80; }
a { background-color: rgb(222,202,128); }
div.DivClassName
{
background-color: #DECA80;
}
.BgClassName
{
background-color: #DECA80;
}
</style>
border-color css
<style>
span { border-color: #DECA80; }
span { border-color: rgb(222,202,128); }
td.TdClassName
{
border-color: #DECA80;
}
.TagClassName
{
border-color: #DECA80;
}
</style>