Shades of Sandwisp #DEC883
Tints of Sandwisp #DEC883
RGB
CMYK
RGB Variations
Color information
#DEC883 (or 0xDEC883) is known color: Sandwisp. HEX triplet: DE, C8 and 83. RGB value is (222,200,131). Sum of RGB (Red+Green+Blue) = 222+200+131=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 200 (78.52% from 255 or 36.17% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC883 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC883 is #21377C. Grayscale: #C7C7C7. Windows color (decimal): -2176893 or 8636638. OLE color: 8636638.
HSL color Cylindrical-coordinate representation of color #DEC883: hue angle of 45.49º 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 #DEC883 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 131 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.13 |
| HSL | 45.49º | 0.58% | 0.69% | - |
| HSV(B) | 45.49º | 0.41% | 0.87% | - |
| XYZ | 54.88 | 58.48 | 29.87 | - |
| YUV | 198.71 | 89.79 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 131 | 0 | 0.10 | 0.41 | 0.13 | 45.49 | 0.58 | 0.69 |
| Hex | DE | C8 | 83 | 0 | A | 29 | D | 2D | 3A | 45 |
| Octal | 336 | 310 | 203 | 0 | 12 | 51 | 15 | 55 | 72 | 105 |
| Binary | 11011110 | 11001000 | 10000011 | 0 | 1010 | 101001 | 1101 | 101101 | 111010 | 1000101 |
Color Harmonies of #DEC883
Complementary color
Monochromatic Colors of #DEC883
Black with #DEC883
Text Example
Text Example
White with #DEC883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC883; }
p { color: rgb(222,200,131); }
H1.HeaderClassName
{
color: #DEC883;
}
.AnyTagClassName
{
color: #DEC883;
}
</style>
background-color css
<style>
a { background-color: #DEC883; }
a { background-color: rgb(222,200,131); }
div.DivClassName
{
background-color: #DEC883;
}
.BgClassName
{
background-color: #DEC883;
}
</style>
border-color css
<style>
span { border-color: #DEC883; }
span { border-color: rgb(222,200,131); }
td.TdClassName
{
border-color: #DEC883;
}
.TagClassName
{
border-color: #DEC883;
}
</style>