Shades of Sandwisp #DECC8B
Tints of Sandwisp #DECC8B
RGB
CMYK
RGB Variations
Color information
#DECC8B (or 0xDECC8B) is known color: Sandwisp. HEX triplet: DE, CC and 8B. RGB value is (222,204,139). Sum of RGB (Red+Green+Blue) = 222+204+139=565 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.29% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 139 (54.69% from 255 or 24.60% from 565); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC8B is #213374. Grayscale: #CACACA. Windows color (decimal): -2175861 or 9161950. OLE color: 9161950.
HSL color Cylindrical-coordinate representation of color #DECC8B: hue angle of 46.99º 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 #DECC8B is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 204 | 139 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.13 |
| HSL | 46.99º | 0.56% | 0.71% | - |
| HSV(B) | 46.99º | 0.37% | 0.87% | - |
| XYZ | 56.38 | 60.58 | 33.15 | - |
| YUV | 201.97 | 92.46 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 139 | 0 | 0.08 | 0.37 | 0.13 | 46.99 | 0.56 | 0.71 |
| Hex | DE | CC | 8B | 0 | 8 | 25 | D | 2F | 38 | 47 |
| Octal | 336 | 314 | 213 | 0 | 10 | 45 | 15 | 57 | 70 | 107 |
| Binary | 11011110 | 11001100 | 10001011 | 0 | 1000 | 100101 | 1101 | 101111 | 111000 | 1000111 |
Color Harmonies of #DECC8B
Complementary color
Monochromatic Colors of #DECC8B
Black with #DECC8B
Text Example
Text Example
White with #DECC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECC8B; }
p { color: rgb(222,204,139); }
H1.HeaderClassName
{
color: #DECC8B;
}
.AnyTagClassName
{
color: #DECC8B;
}
</style>
background-color css
<style>
a { background-color: #DECC8B; }
a { background-color: rgb(222,204,139); }
div.DivClassName
{
background-color: #DECC8B;
}
.BgClassName
{
background-color: #DECC8B;
}
</style>
border-color css
<style>
span { border-color: #DECC8B; }
span { border-color: rgb(222,204,139); }
td.TdClassName
{
border-color: #DECC8B;
}
.TagClassName
{
border-color: #DECC8B;
}
</style>