Shades of Sandwisp #DECE82
Tints of Sandwisp #DECE82
RGB
CMYK
RGB Variations
Color information
#DECE82 (or 0xDECE82) is known color: Sandwisp. HEX triplet: DE, CE and 82. RGB value is (222,206,130). Sum of RGB (Red+Green+Blue) = 222+206+130=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 130 (51.17% from 255 or 23.30% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DECE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECE82 is #21317D. Grayscale: #CACACA. Windows color (decimal): -2175358 or 8572638. OLE color: 8572638.
HSL color Cylindrical-coordinate representation of color #DECE82: hue angle of 49.57º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DECE82 is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 206 | 130 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.13 |
| HSL | 49.57º | 0.58% | 0.69% | - |
| HSV(B) | 49.57º | 0.41% | 0.87% | - |
| XYZ | 56.22 | 61.28 | 29.98 | - |
| YUV | 202.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 130 | 0 | 0.07 | 0.41 | 0.13 | 49.57 | 0.58 | 0.69 |
| Hex | DE | CE | 82 | 0 | 7 | 29 | D | 32 | 3A | 45 |
| Octal | 336 | 316 | 202 | 0 | 7 | 51 | 15 | 62 | 72 | 105 |
| Binary | 11011110 | 11001110 | 10000010 | 0 | 111 | 101001 | 1101 | 110010 | 111010 | 1000101 |
Color Harmonies of #DECE82
Complementary color
Monochromatic Colors of #DECE82
Black with #DECE82
Text Example
Text Example
White with #DECE82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECE82; }
p { color: rgb(222,206,130); }
H1.HeaderClassName
{
color: #DECE82;
}
.AnyTagClassName
{
color: #DECE82;
}
</style>
background-color css
<style>
a { background-color: #DECE82; }
a { background-color: rgb(222,206,130); }
div.DivClassName
{
background-color: #DECE82;
}
.BgClassName
{
background-color: #DECE82;
}
</style>
border-color css
<style>
span { border-color: #DECE82; }
span { border-color: rgb(222,206,130); }
td.TdClassName
{
border-color: #DECE82;
}
.TagClassName
{
border-color: #DECE82;
}
</style>