Shades of Sandwisp #DECB7D
Tints of Sandwisp #DECB7D
RGB
CMYK
RGB Variations
Color information
#DECB7D (or 0xDECB7D) is known color: Sandwisp. HEX triplet: DE, CB and 7D. RGB value is (222,203,125). Sum of RGB (Red+Green+Blue) = 222+203+125=550 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.36% from 550); Green value is 203 (79.69% from 255 or 36.91% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DECB7D is #213482. Grayscale: #C8C8C8. Windows color (decimal): -2176131 or 8244190. OLE color: 8244190.
HSL color Cylindrical-coordinate representation of color #DECB7D: hue angle of 48.25º 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 #DECB7D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 125 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.13 |
| HSL | 48.25º | 0.6% | 0.68% | - |
| HSV(B) | 48.25º | 0.44% | 0.87% | - |
| XYZ | 55.18 | 59.72 | 28.02 | - |
| YUV | 199.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 125 | 0 | 0.09 | 0.44 | 0.13 | 48.25 | 0.6 | 0.68 |
| Hex | DE | CB | 7D | 0 | 9 | 2C | D | 30 | 3C | 44 |
| Octal | 336 | 313 | 175 | 0 | 11 | 54 | 15 | 60 | 74 | 104 |
| Binary | 11011110 | 11001011 | 1111101 | 0 | 1001 | 101100 | 1101 | 110000 | 111100 | 1000100 |
Color Harmonies of #DECB7D
Complementary color
Monochromatic Colors of #DECB7D
Black with #DECB7D
Text Example
Text Example
White with #DECB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB7D; }
p { color: rgb(222,203,125); }
H1.HeaderClassName
{
color: #DECB7D;
}
.AnyTagClassName
{
color: #DECB7D;
}
</style>
background-color css
<style>
a { background-color: #DECB7D; }
a { background-color: rgb(222,203,125); }
div.DivClassName
{
background-color: #DECB7D;
}
.BgClassName
{
background-color: #DECB7D;
}
</style>
border-color css
<style>
span { border-color: #DECB7D; }
span { border-color: rgb(222,203,125); }
td.TdClassName
{
border-color: #DECB7D;
}
.TagClassName
{
border-color: #DECB7D;
}
</style>