Shades of Sandwisp #DECC8D
Tints of Sandwisp #DECC8D
RGB
CMYK
RGB Variations
Color information
#DECC8D (or 0xDECC8D) is known color: Sandwisp. HEX triplet: DE, CC and 8D. RGB value is (222,204,141). Sum of RGB (Red+Green+Blue) = 222+204+141=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC8D is #213372. Grayscale: #CACACA. Windows color (decimal): -2175859 or 9293022. OLE color: 9293022.
HSL color Cylindrical-coordinate representation of color #DECC8D: hue angle of 46.67º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DECC8D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 141 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.13 |
| HSL | 46.67º | 0.55% | 0.71% | - |
| HSV(B) | 46.67º | 0.36% | 0.87% | - |
| XYZ | 56.52 | 60.64 | 33.92 | - |
| YUV | 202.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 141 | 0 | 0.08 | 0.36 | 0.13 | 46.67 | 0.55 | 0.71 |
| Hex | DE | CC | 8D | 0 | 8 | 24 | D | 2F | 37 | 47 |
| Octal | 336 | 314 | 215 | 0 | 10 | 44 | 15 | 57 | 67 | 107 |
| Binary | 11011110 | 11001100 | 10001101 | 0 | 1000 | 100100 | 1101 | 101111 | 110111 | 1000111 |
Color Harmonies of #DECC8D
Complementary color
Monochromatic Colors of #DECC8D
Black with #DECC8D
Text Example
Text Example
White with #DECC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC8D; }
p { color: rgb(222,204,141); }
H1.HeaderClassName
{
color: #DECC8D;
}
.AnyTagClassName
{
color: #DECC8D;
}
</style>
background-color css
<style>
a { background-color: #DECC8D; }
a { background-color: rgb(222,204,141); }
div.DivClassName
{
background-color: #DECC8D;
}
.BgClassName
{
background-color: #DECC8D;
}
</style>
border-color css
<style>
span { border-color: #DECC8D; }
span { border-color: rgb(222,204,141); }
td.TdClassName
{
border-color: #DECC8D;
}
.TagClassName
{
border-color: #DECC8D;
}
</style>