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