Shades of Sandwisp #DEC984
Tints of Sandwisp #DEC984
RGB
CMYK
RGB Variations
Color information
#DEC984 (or 0xDEC984) is known color: Sandwisp. HEX triplet: DE, C9 and 84. RGB value is (222,201,132). Sum of RGB (Red+Green+Blue) = 222+201+132=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 132 (51.95% from 255 or 23.78% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC984 is #21367B. Grayscale: #C7C7C7. Windows color (decimal): -2176636 or 8702430. OLE color: 8702430.
HSL color Cylindrical-coordinate representation of color #DEC984: hue angle of 46º 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 #DEC984 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 132 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.13 |
| HSL | 46º | 0.58% | 0.69% | - |
| HSV(B) | 46º | 0.41% | 0.87% | - |
| XYZ | 55.18 | 58.97 | 30.3 | - |
| YUV | 199.41 | 89.96 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 132 | 0 | 0.09 | 0.41 | 0.13 | 46 | 0.58 | 0.69 |
| Hex | DE | C9 | 84 | 0 | 9 | 29 | D | 2E | 3A | 45 |
| Octal | 336 | 311 | 204 | 0 | 11 | 51 | 15 | 56 | 72 | 105 |
| Binary | 11011110 | 11001001 | 10000100 | 0 | 1001 | 101001 | 1101 | 101110 | 111010 | 1000101 |
Color Harmonies of #DEC984
Complementary color
Monochromatic Colors of #DEC984
Black with #DEC984
Text Example
Text Example
White with #DEC984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC984; }
p { color: rgb(222,201,132); }
H1.HeaderClassName
{
color: #DEC984;
}
.AnyTagClassName
{
color: #DEC984;
}
</style>
background-color css
<style>
a { background-color: #DEC984; }
a { background-color: rgb(222,201,132); }
div.DivClassName
{
background-color: #DEC984;
}
.BgClassName
{
background-color: #DEC984;
}
</style>
border-color css
<style>
span { border-color: #DEC984; }
span { border-color: rgb(222,201,132); }
td.TdClassName
{
border-color: #DEC984;
}
.TagClassName
{
border-color: #DEC984;
}
</style>