Shades of Sandwisp #DEC98B
Tints of Sandwisp #DEC98B
RGB
CMYK
RGB Variations
Color information
#DEC98B (or 0xDEC98B) is known color: Sandwisp. HEX triplet: DE, C9 and 8B. RGB value is (222,201,139). Sum of RGB (Red+Green+Blue) = 222+201+139=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 139 (54.69% from 255 or 24.73% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC98B is #213674. Grayscale: #C8C8C8. Windows color (decimal): -2176629 or 9161182. OLE color: 9161182.
HSL color Cylindrical-coordinate representation of color #DEC98B: hue angle of 44.82º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DEC98B is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 201 | 139 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.13 |
| HSL | 44.82º | 0.56% | 0.71% | - |
| HSV(B) | 44.82º | 0.37% | 0.87% | - |
| XYZ | 55.67 | 59.17 | 32.91 | - |
| YUV | 200.21 | 93.46 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 201 | 139 | 0 | 0.09 | 0.37 | 0.13 | 44.82 | 0.56 | 0.71 |
| Hex | DE | C9 | 8B | 0 | 9 | 25 | D | 2D | 38 | 47 |
| Octal | 336 | 311 | 213 | 0 | 11 | 45 | 15 | 55 | 70 | 107 |
| Binary | 11011110 | 11001001 | 10001011 | 0 | 1001 | 100101 | 1101 | 101101 | 111000 | 1000111 |
Color Harmonies of #DEC98B
Complementary color
Monochromatic Colors of #DEC98B
Black with #DEC98B
Text Example
Text Example
White with #DEC98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC98B; }
p { color: rgb(222,201,139); }
H1.HeaderClassName
{
color: #DEC98B;
}
.AnyTagClassName
{
color: #DEC98B;
}
</style>
background-color css
<style>
a { background-color: #DEC98B; }
a { background-color: rgb(222,201,139); }
div.DivClassName
{
background-color: #DEC98B;
}
.BgClassName
{
background-color: #DEC98B;
}
</style>
border-color css
<style>
span { border-color: #DEC98B; }
span { border-color: rgb(222,201,139); }
td.TdClassName
{
border-color: #DEC98B;
}
.TagClassName
{
border-color: #DEC98B;
}
</style>