Shades of Sandwisp #DECA78
Tints of Sandwisp #DECA78
RGB
CMYK
RGB Variations
Color information
#DECA78 (or 0xDECA78) is known color: Sandwisp. HEX triplet: DE, CA and 78. RGB value is (222,202,120). Sum of RGB (Red+Green+Blue) = 222+202+120=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 120 (47.27% from 255 or 22.06% from 544); Max value from RGB is 222 - color contains mainly: red. Hex color #DECA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECA78 is #213587. Grayscale: #C6C6C6. Windows color (decimal): -2176392 or 7916254. OLE color: 7916254.
HSL color Cylindrical-coordinate representation of color #DECA78: hue angle of 48.24º 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 #DECA78 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 202 | 120 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.13 |
| HSL | 48.24º | 0.61% | 0.67% | - |
| HSV(B) | 48.24º | 0.46% | 0.87% | - |
| XYZ | 54.63 | 59.13 | 26.3 | - |
| YUV | 198.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 202 | 120 | 0 | 0.09 | 0.46 | 0.13 | 48.24 | 0.61 | 0.67 |
| Hex | DE | CA | 78 | 0 | 9 | 2E | D | 30 | 3D | 43 |
| Octal | 336 | 312 | 170 | 0 | 11 | 56 | 15 | 60 | 75 | 103 |
| Binary | 11011110 | 11001010 | 1111000 | 0 | 1001 | 101110 | 1101 | 110000 | 111101 | 1000011 |
Color Harmonies of #DECA78
Complementary color
Monochromatic Colors of #DECA78
Black with #DECA78
Text Example
Text Example
White with #DECA78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECA78; }
p { color: rgb(222,202,120); }
H1.HeaderClassName
{
color: #DECA78;
}
.AnyTagClassName
{
color: #DECA78;
}
</style>
background-color css
<style>
a { background-color: #DECA78; }
a { background-color: rgb(222,202,120); }
div.DivClassName
{
background-color: #DECA78;
}
.BgClassName
{
background-color: #DECA78;
}
</style>
border-color css
<style>
span { border-color: #DECA78; }
span { border-color: rgb(222,202,120); }
td.TdClassName
{
border-color: #DECA78;
}
.TagClassName
{
border-color: #DECA78;
}
</style>