Shades of Sandwisp #DECB83
Tints of Sandwisp #DECB83
RGB
CMYK
RGB Variations
Color information
#DECB83 (or 0xDECB83) is known color: Sandwisp. HEX triplet: DE, CB and 83. RGB value is (222,203,131). Sum of RGB (Red+Green+Blue) = 222+203+131=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 131 (51.56% from 255 or 23.56% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB83 is #21347C. Grayscale: #C8C8C8. Windows color (decimal): -2176125 or 8637406. OLE color: 8637406.
HSL color Cylindrical-coordinate representation of color #DECB83: hue angle of 47.47º 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 #DECB83 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 131 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.13 |
| HSL | 47.47º | 0.58% | 0.69% | - |
| HSV(B) | 47.47º | 0.41% | 0.87% | - |
| XYZ | 55.58 | 59.88 | 30.1 | - |
| YUV | 200.47 | 88.79 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 131 | 0 | 0.09 | 0.41 | 0.13 | 47.47 | 0.58 | 0.69 |
| Hex | DE | CB | 83 | 0 | 9 | 29 | D | 2F | 3A | 45 |
| Octal | 336 | 313 | 203 | 0 | 11 | 51 | 15 | 57 | 72 | 105 |
| Binary | 11011110 | 11001011 | 10000011 | 0 | 1001 | 101001 | 1101 | 101111 | 111010 | 1000101 |
Color Harmonies of #DECB83
Complementary color
Monochromatic Colors of #DECB83
Black with #DECB83
Text Example
Text Example
White with #DECB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB83; }
p { color: rgb(222,203,131); }
H1.HeaderClassName
{
color: #DECB83;
}
.AnyTagClassName
{
color: #DECB83;
}
</style>
background-color css
<style>
a { background-color: #DECB83; }
a { background-color: rgb(222,203,131); }
div.DivClassName
{
background-color: #DECB83;
}
.BgClassName
{
background-color: #DECB83;
}
</style>
border-color css
<style>
span { border-color: #DECB83; }
span { border-color: rgb(222,203,131); }
td.TdClassName
{
border-color: #DECB83;
}
.TagClassName
{
border-color: #DECB83;
}
</style>