Shades of Sandwisp #DECA8C
Tints of Sandwisp #DECA8C
RGB
CMYK
RGB Variations
Color information
#DECA8C (or 0xDECA8C) is known color: Sandwisp. HEX triplet: DE, CA and 8C. RGB value is (222,202,140). Sum of RGB (Red+Green+Blue) = 222+202+140=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA8C is #213573. Grayscale: #C9C9C9. Windows color (decimal): -2176372 or 9226974. OLE color: 9226974.
HSL color Cylindrical-coordinate representation of color #DECA8C: hue angle of 45.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DECA8C is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 140 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.13 |
| HSL | 45.37º | 0.55% | 0.71% | - |
| HSV(B) | 45.37º | 0.37% | 0.87% | - |
| XYZ | 55.98 | 59.66 | 33.38 | - |
| YUV | 200.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 140 | 0 | 0.09 | 0.37 | 0.13 | 45.37 | 0.55 | 0.71 |
| Hex | DE | CA | 8C | 0 | 9 | 25 | D | 2D | 37 | 47 |
| Octal | 336 | 312 | 214 | 0 | 11 | 45 | 15 | 55 | 67 | 107 |
| Binary | 11011110 | 11001010 | 10001100 | 0 | 1001 | 100101 | 1101 | 101101 | 110111 | 1000111 |
Color Harmonies of #DECA8C
Complementary color
Monochromatic Colors of #DECA8C
Black with #DECA8C
Text Example
Text Example
White with #DECA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA8C; }
p { color: rgb(222,202,140); }
H1.HeaderClassName
{
color: #DECA8C;
}
.AnyTagClassName
{
color: #DECA8C;
}
</style>
background-color css
<style>
a { background-color: #DECA8C; }
a { background-color: rgb(222,202,140); }
div.DivClassName
{
background-color: #DECA8C;
}
.BgClassName
{
background-color: #DECA8C;
}
</style>
border-color css
<style>
span { border-color: #DECA8C; }
span { border-color: rgb(222,202,140); }
td.TdClassName
{
border-color: #DECA8C;
}
.TagClassName
{
border-color: #DECA8C;
}
</style>