Shades of Sandwisp #DECA82
Tints of Sandwisp #DECA82
RGB
CMYK
RGB Variations
Color information
#DECA82 (or 0xDECA82) is known color: Sandwisp. HEX triplet: DE, CA and 82. RGB value is (222,202,130). Sum of RGB (Red+Green+Blue) = 222+202+130=554 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.07% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECA82 is #21357D. Grayscale: #C8C8C8. Windows color (decimal): -2176382 or 8571614. OLE color: 8571614.
HSL color Cylindrical-coordinate representation of color #DECA82: hue angle of 46.96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DECA82 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 130 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.13 |
| HSL | 46.96º | 0.58% | 0.69% | - |
| HSV(B) | 46.96º | 0.41% | 0.87% | - |
| XYZ | 55.27 | 59.38 | 29.67 | - |
| YUV | 199.77 | 88.63 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 130 | 0 | 0.09 | 0.41 | 0.13 | 46.96 | 0.58 | 0.69 |
| Hex | DE | CA | 82 | 0 | 9 | 29 | D | 2F | 3A | 45 |
| Octal | 336 | 312 | 202 | 0 | 11 | 51 | 15 | 57 | 72 | 105 |
| Binary | 11011110 | 11001010 | 10000010 | 0 | 1001 | 101001 | 1101 | 101111 | 111010 | 1000101 |
Color Harmonies of #DECA82
Complementary color
Monochromatic Colors of #DECA82
Black with #DECA82
Text Example
Text Example
White with #DECA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA82; }
p { color: rgb(222,202,130); }
H1.HeaderClassName
{
color: #DECA82;
}
.AnyTagClassName
{
color: #DECA82;
}
</style>
background-color css
<style>
a { background-color: #DECA82; }
a { background-color: rgb(222,202,130); }
div.DivClassName
{
background-color: #DECA82;
}
.BgClassName
{
background-color: #DECA82;
}
</style>
border-color css
<style>
span { border-color: #DECA82; }
span { border-color: rgb(222,202,130); }
td.TdClassName
{
border-color: #DECA82;
}
.TagClassName
{
border-color: #DECA82;
}
</style>