Shades of Sandwisp #DECB78
Tints of Sandwisp #DECB78
RGB
CMYK
RGB Variations
Color information
#DECB78 (or 0xDECB78) is known color: Sandwisp. HEX triplet: DE, CB and 78. RGB value is (222,203,120). Sum of RGB (Red+Green+Blue) = 222+203+120=545 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.73% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB78 is #213487. Grayscale: #C7C7C7. Windows color (decimal): -2176136 or 7916510. OLE color: 7916510.
HSL color Cylindrical-coordinate representation of color #DECB78: hue angle of 48.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DECB78 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 120 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.13 |
| HSL | 48.82º | 0.61% | 0.67% | - |
| HSV(B) | 48.82º | 0.46% | 0.87% | - |
| XYZ | 54.87 | 59.6 | 26.38 | - |
| YUV | 199.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 120 | 0 | 0.09 | 0.46 | 0.13 | 48.82 | 0.61 | 0.67 |
| Hex | DE | CB | 78 | 0 | 9 | 2E | D | 31 | 3D | 43 |
| Octal | 336 | 313 | 170 | 0 | 11 | 56 | 15 | 61 | 75 | 103 |
| Binary | 11011110 | 11001011 | 1111000 | 0 | 1001 | 101110 | 1101 | 110001 | 111101 | 1000011 |
Color Harmonies of #DECB78
Complementary color
Monochromatic Colors of #DECB78
Black with #DECB78
Text Example
Text Example
White with #DECB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB78; }
p { color: rgb(222,203,120); }
H1.HeaderClassName
{
color: #DECB78;
}
.AnyTagClassName
{
color: #DECB78;
}
</style>
background-color css
<style>
a { background-color: #DECB78; }
a { background-color: rgb(222,203,120); }
div.DivClassName
{
background-color: #DECB78;
}
.BgClassName
{
background-color: #DECB78;
}
</style>
border-color css
<style>
span { border-color: #DECB78; }
span { border-color: rgb(222,203,120); }
td.TdClassName
{
border-color: #DECB78;
}
.TagClassName
{
border-color: #DECB78;
}
</style>