Shades of Sandwisp #DECE86
Tints of Sandwisp #DECE86
RGB
CMYK
RGB Variations
Color information
#DECE86 (or 0xDECE86) is known color: Sandwisp. HEX triplet: DE, CE and 86. RGB value is (222,206,134). Sum of RGB (Red+Green+Blue) = 222+206+134=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 134 (52.73% from 255 or 23.84% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE86 is #213179. Grayscale: #CACACA. Windows color (decimal): -2175354 or 8834782. OLE color: 8834782.
HSL color Cylindrical-coordinate representation of color #DECE86: hue angle of 49.09º 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 #DECE86 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 134 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.13 |
| HSL | 49.09º | 0.57% | 0.7% | - |
| HSV(B) | 49.09º | 0.4% | 0.87% | - |
| XYZ | 56.5 | 61.39 | 31.43 | - |
| YUV | 202.58 | 89.3 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 134 | 0 | 0.07 | 0.40 | 0.13 | 49.09 | 0.57 | 0.7 |
| Hex | DE | CE | 86 | 0 | 7 | 28 | D | 31 | 39 | 46 |
| Octal | 336 | 316 | 206 | 0 | 7 | 50 | 15 | 61 | 71 | 106 |
| Binary | 11011110 | 11001110 | 10000110 | 0 | 111 | 101000 | 1101 | 110001 | 111001 | 1000110 |
Color Harmonies of #DECE86
Complementary color
Monochromatic Colors of #DECE86
Black with #DECE86
Text Example
Text Example
White with #DECE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE86; }
p { color: rgb(222,206,134); }
H1.HeaderClassName
{
color: #DECE86;
}
.AnyTagClassName
{
color: #DECE86;
}
</style>
background-color css
<style>
a { background-color: #DECE86; }
a { background-color: rgb(222,206,134); }
div.DivClassName
{
background-color: #DECE86;
}
.BgClassName
{
background-color: #DECE86;
}
</style>
border-color css
<style>
span { border-color: #DECE86; }
span { border-color: rgb(222,206,134); }
td.TdClassName
{
border-color: #DECE86;
}
.TagClassName
{
border-color: #DECE86;
}
</style>