Shades of Sandwisp #DECD7C
Tints of Sandwisp #DECD7C
RGB
CMYK
RGB Variations
Color information
#DECD7C (or 0xDECD7C) is known color: Sandwisp. HEX triplet: DE, CD and 7C. RGB value is (222,205,124). Sum of RGB (Red+Green+Blue) = 222+205+124=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 205 (80.47% from 255 or 37.21% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DECD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECD7C is #213283. Grayscale: #C9C9C9. Windows color (decimal): -2175620 or 8179166. OLE color: 8179166.
HSL color Cylindrical-coordinate representation of color #DECD7C: hue angle of 49.59º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DECD7C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 205 | 124 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.13 |
| HSL | 49.59º | 0.6% | 0.68% | - |
| HSV(B) | 49.59º | 0.44% | 0.87% | - |
| XYZ | 55.59 | 60.65 | 27.84 | - |
| YUV | 200.85 | 84.63 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 124 | 0 | 0.08 | 0.44 | 0.13 | 49.59 | 0.6 | 0.68 |
| Hex | DE | CD | 7C | 0 | 8 | 2C | D | 32 | 3C | 44 |
| Octal | 336 | 315 | 174 | 0 | 10 | 54 | 15 | 62 | 74 | 104 |
| Binary | 11011110 | 11001101 | 1111100 | 0 | 1000 | 101100 | 1101 | 110010 | 111100 | 1000100 |
Color Harmonies of #DECD7C
Complementary color
Monochromatic Colors of #DECD7C
Black with #DECD7C
Text Example
Text Example
White with #DECD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECD7C; }
p { color: rgb(222,205,124); }
H1.HeaderClassName
{
color: #DECD7C;
}
.AnyTagClassName
{
color: #DECD7C;
}
</style>
background-color css
<style>
a { background-color: #DECD7C; }
a { background-color: rgb(222,205,124); }
div.DivClassName
{
background-color: #DECD7C;
}
.BgClassName
{
background-color: #DECD7C;
}
</style>
border-color css
<style>
span { border-color: #DECD7C; }
span { border-color: rgb(222,205,124); }
td.TdClassName
{
border-color: #DECD7C;
}
.TagClassName
{
border-color: #DECD7C;
}
</style>