Shades of Sandwisp #DECC8C
Tints of Sandwisp #DECC8C
RGB
CMYK
RGB Variations
Color information
#DECC8C (or 0xDECC8C) is known color: Sandwisp. HEX triplet: DE, CC and 8C. RGB value is (222,204,140). Sum of RGB (Red+Green+Blue) = 222+204+140=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 140 (55.08% from 255 or 24.73% from 566); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC8C is #213373. Grayscale: #CACACA. Windows color (decimal): -2175860 or 9227486. OLE color: 9227486.
HSL color Cylindrical-coordinate representation of color #DECC8C: hue angle of 46.83º degrees, saturation: 0.55, 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 #DECC8C is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 140 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.13 |
| HSL | 46.83º | 0.55% | 0.71% | - |
| HSV(B) | 46.83º | 0.37% | 0.87% | - |
| XYZ | 56.45 | 60.61 | 33.53 | - |
| YUV | 202.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 140 | 0 | 0.08 | 0.37 | 0.13 | 46.83 | 0.55 | 0.71 |
| Hex | DE | CC | 8C | 0 | 8 | 25 | D | 2F | 37 | 47 |
| Octal | 336 | 314 | 214 | 0 | 10 | 45 | 15 | 57 | 67 | 107 |
| Binary | 11011110 | 11001100 | 10001100 | 0 | 1000 | 100101 | 1101 | 101111 | 110111 | 1000111 |
Color Harmonies of #DECC8C
Complementary color
Monochromatic Colors of #DECC8C
Black with #DECC8C
Text Example
Text Example
White with #DECC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC8C; }
p { color: rgb(222,204,140); }
H1.HeaderClassName
{
color: #DECC8C;
}
.AnyTagClassName
{
color: #DECC8C;
}
</style>
background-color css
<style>
a { background-color: #DECC8C; }
a { background-color: rgb(222,204,140); }
div.DivClassName
{
background-color: #DECC8C;
}
.BgClassName
{
background-color: #DECC8C;
}
</style>
border-color css
<style>
span { border-color: #DECC8C; }
span { border-color: rgb(222,204,140); }
td.TdClassName
{
border-color: #DECC8C;
}
.TagClassName
{
border-color: #DECC8C;
}
</style>