Shades of Sandwisp #DEC981
Tints of Sandwisp #DEC981
RGB
CMYK
RGB Variations
Color information
#DEC981 (or 0xDEC981) is known color: Sandwisp. HEX triplet: DE, C9 and 81. RGB value is (222,201,129). Sum of RGB (Red+Green+Blue) = 222+201+129=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 129 (50.78% from 255 or 23.37% from 552); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC981 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC981 is #21367E. Grayscale: #C7C7C7. Windows color (decimal): -2176639 or 8505822. OLE color: 8505822.
HSL color Cylindrical-coordinate representation of color #DEC981: hue angle of 46.45º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DEC981 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 129 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.13 |
| HSL | 46.45º | 0.58% | 0.69% | - |
| HSV(B) | 46.45º | 0.42% | 0.87% | - |
| XYZ | 54.97 | 58.89 | 29.24 | - |
| YUV | 199.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 129 | 0 | 0.09 | 0.42 | 0.13 | 46.45 | 0.58 | 0.69 |
| Hex | DE | C9 | 81 | 0 | 9 | 2A | D | 2E | 3A | 45 |
| Octal | 336 | 311 | 201 | 0 | 11 | 52 | 15 | 56 | 72 | 105 |
| Binary | 11011110 | 11001001 | 10000001 | 0 | 1001 | 101010 | 1101 | 101110 | 111010 | 1000101 |
Color Harmonies of #DEC981
Complementary color
Monochromatic Colors of #DEC981
Black with #DEC981
Text Example
Text Example
White with #DEC981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC981; }
p { color: rgb(222,201,129); }
H1.HeaderClassName
{
color: #DEC981;
}
.AnyTagClassName
{
color: #DEC981;
}
</style>
background-color css
<style>
a { background-color: #DEC981; }
a { background-color: rgb(222,201,129); }
div.DivClassName
{
background-color: #DEC981;
}
.BgClassName
{
background-color: #DEC981;
}
</style>
border-color css
<style>
span { border-color: #DEC981; }
span { border-color: rgb(222,201,129); }
td.TdClassName
{
border-color: #DEC981;
}
.TagClassName
{
border-color: #DEC981;
}
</style>