Shades of Sandwisp #DECD85
Tints of Sandwisp #DECD85
RGB
CMYK
RGB Variations
Color information
#DECD85 (or 0xDECD85) is known color: Sandwisp. HEX triplet: DE, CD and 85. RGB value is (222,205,133). Sum of RGB (Red+Green+Blue) = 222+205+133=560 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.64% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD85 is #21327A. Grayscale: #CACACA. Windows color (decimal): -2175611 or 8768990. OLE color: 8768990.
HSL color Cylindrical-coordinate representation of color #DECD85: hue angle of 48.54º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DECD85 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 133 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.13 |
| HSL | 48.54º | 0.57% | 0.7% | - |
| HSV(B) | 48.54º | 0.4% | 0.87% | - |
| XYZ | 56.19 | 60.89 | 30.98 | - |
| YUV | 201.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 133 | 0 | 0.08 | 0.40 | 0.13 | 48.54 | 0.57 | 0.7 |
| Hex | DE | CD | 85 | 0 | 8 | 28 | D | 31 | 39 | 46 |
| Octal | 336 | 315 | 205 | 0 | 10 | 50 | 15 | 61 | 71 | 106 |
| Binary | 11011110 | 11001101 | 10000101 | 0 | 1000 | 101000 | 1101 | 110001 | 111001 | 1000110 |
Color Harmonies of #DECD85
Complementary color
Monochromatic Colors of #DECD85
Black with #DECD85
Text Example
Text Example
White with #DECD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD85; }
p { color: rgb(222,205,133); }
H1.HeaderClassName
{
color: #DECD85;
}
.AnyTagClassName
{
color: #DECD85;
}
</style>
background-color css
<style>
a { background-color: #DECD85; }
a { background-color: rgb(222,205,133); }
div.DivClassName
{
background-color: #DECD85;
}
.BgClassName
{
background-color: #DECD85;
}
</style>
border-color css
<style>
span { border-color: #DECD85; }
span { border-color: rgb(222,205,133); }
td.TdClassName
{
border-color: #DECD85;
}
.TagClassName
{
border-color: #DECD85;
}
</style>