Shades of Sandwisp #DECD80
Tints of Sandwisp #DECD80
RGB
CMYK
RGB Variations
Color information
#DECD80 (or 0xDECD80) is known color: Sandwisp. HEX triplet: DE, CD and 80. RGB value is (222,205,128). Sum of RGB (Red+Green+Blue) = 222+205+128=555 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 128 (50.39% from 255 or 23.06% from 555); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECD80 is #21327F. Grayscale: #C9C9C9. Windows color (decimal): -2175616 or 8441310. OLE color: 8441310.
HSL color Cylindrical-coordinate representation of color #DECD80: hue angle of 49.15º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DECD80 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 128 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.13 |
| HSL | 49.15º | 0.59% | 0.69% | - |
| HSV(B) | 49.15º | 0.42% | 0.87% | - |
| XYZ | 55.85 | 60.75 | 29.2 | - |
| YUV | 201.31 | 86.63 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 128 | 0 | 0.08 | 0.42 | 0.13 | 49.15 | 0.59 | 0.69 |
| Hex | DE | CD | 80 | 0 | 8 | 2A | D | 31 | 3B | 45 |
| Octal | 336 | 315 | 200 | 0 | 10 | 52 | 15 | 61 | 73 | 105 |
| Binary | 11011110 | 11001101 | 10000000 | 0 | 1000 | 101010 | 1101 | 110001 | 111011 | 1000101 |
Color Harmonies of #DECD80
Complementary color
Monochromatic Colors of #DECD80
Black with #DECD80
Text Example
Text Example
White with #DECD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD80; }
p { color: rgb(222,205,128); }
H1.HeaderClassName
{
color: #DECD80;
}
.AnyTagClassName
{
color: #DECD80;
}
</style>
background-color css
<style>
a { background-color: #DECD80; }
a { background-color: rgb(222,205,128); }
div.DivClassName
{
background-color: #DECD80;
}
.BgClassName
{
background-color: #DECD80;
}
</style>
border-color css
<style>
span { border-color: #DECD80; }
span { border-color: rgb(222,205,128); }
td.TdClassName
{
border-color: #DECD80;
}
.TagClassName
{
border-color: #DECD80;
}
</style>