Shades of Sandwisp #DECD78
Tints of Sandwisp #DECD78
RGB
CMYK
RGB Variations
Color information
#DECD78 (or 0xDECD78) is known color: Sandwisp. HEX triplet: DE, CD and 78. RGB value is (222,205,120). Sum of RGB (Red+Green+Blue) = 222+205+120=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD78 is #213287. Grayscale: #C8C8C8. Windows color (decimal): -2175624 or 7917022. OLE color: 7917022.
HSL color Cylindrical-coordinate representation of color #DECD78: hue angle of 50º 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 #DECD78 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 120 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.13 |
| HSL | 50º | 0.61% | 0.67% | - |
| HSV(B) | 50º | 0.46% | 0.87% | - |
| XYZ | 55.35 | 60.55 | 26.54 | - |
| YUV | 200.39 | 82.63 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 120 | 0 | 0.08 | 0.46 | 0.13 | 50 | 0.61 | 0.67 |
| Hex | DE | CD | 78 | 0 | 8 | 2E | D | 32 | 3D | 43 |
| Octal | 336 | 315 | 170 | 0 | 10 | 56 | 15 | 62 | 75 | 103 |
| Binary | 11011110 | 11001101 | 1111000 | 0 | 1000 | 101110 | 1101 | 110010 | 111101 | 1000011 |
Color Harmonies of #DECD78
Complementary color
Monochromatic Colors of #DECD78
Black with #DECD78
Text Example
Text Example
White with #DECD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD78; }
p { color: rgb(222,205,120); }
H1.HeaderClassName
{
color: #DECD78;
}
.AnyTagClassName
{
color: #DECD78;
}
</style>
background-color css
<style>
a { background-color: #DECD78; }
a { background-color: rgb(222,205,120); }
div.DivClassName
{
background-color: #DECD78;
}
.BgClassName
{
background-color: #DECD78;
}
</style>
border-color css
<style>
span { border-color: #DECD78; }
span { border-color: rgb(222,205,120); }
td.TdClassName
{
border-color: #DECD78;
}
.TagClassName
{
border-color: #DECD78;
}
</style>