Shades of Sandwisp #DECB7E
Tints of Sandwisp #DECB7E
RGB
CMYK
RGB Variations
Color information
#DECB7E (or 0xDECB7E) is known color: Sandwisp. HEX triplet: DE, CB and 7E. RGB value is (222,203,126). Sum of RGB (Red+Green+Blue) = 222+203+126=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 126 (49.61% from 255 or 22.87% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB7E is #213481. Grayscale: #C8C8C8. Windows color (decimal): -2176130 or 8309726. OLE color: 8309726.
HSL color Cylindrical-coordinate representation of color #DECB7E: hue angle of 48.12º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DECB7E is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 126 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.13 |
| HSL | 48.13º | 0.59% | 0.68% | - |
| HSV(B) | 48.13º | 0.43% | 0.87% | - |
| XYZ | 55.25 | 59.75 | 28.36 | - |
| YUV | 199.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 126 | 0 | 0.09 | 0.43 | 0.13 | 48.13 | 0.59 | 0.68 |
| Hex | DE | CB | 7E | 0 | 9 | 2B | D | 30 | 3B | 44 |
| Octal | 336 | 313 | 176 | 0 | 11 | 53 | 15 | 60 | 73 | 104 |
| Binary | 11011110 | 11001011 | 1111110 | 0 | 1001 | 101011 | 1101 | 110000 | 111011 | 1000100 |
Color Harmonies of #DECB7E
Complementary color
Monochromatic Colors of #DECB7E
Black with #DECB7E
Text Example
Text Example
White with #DECB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB7E; }
p { color: rgb(222,203,126); }
H1.HeaderClassName
{
color: #DECB7E;
}
.AnyTagClassName
{
color: #DECB7E;
}
</style>
background-color css
<style>
a { background-color: #DECB7E; }
a { background-color: rgb(222,203,126); }
div.DivClassName
{
background-color: #DECB7E;
}
.BgClassName
{
background-color: #DECB7E;
}
</style>
border-color css
<style>
span { border-color: #DECB7E; }
span { border-color: rgb(222,203,126); }
td.TdClassName
{
border-color: #DECB7E;
}
.TagClassName
{
border-color: #DECB7E;
}
</style>