Shades of Tusk #DEDEB1
Tints of Tusk #DEDEB1
RGB
CMYK
RGB Variations
Color information
#DEDEB1 (or 0xDEDEB1) is known color: Tusk. HEX triplet: DE, DE and B1. RGB value is (222,222,177). Sum of RGB (Red+Green+Blue) = 222+222+177=621 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.75% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 177 (69.53% from 255 or 28.50% from 621); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEB1 is #21214E. Grayscale: #D9D9D9. Windows color (decimal): -2171215 or 11656926. OLE color: 11656926.
HSL color Cylindrical-coordinate representation of color #DEDEB1: hue angle of 60º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEDEB1 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 177 | - |
| CMYK | 0 | 0 | 0.20 | 0.13 |
| HSL | 60º | 0.41% | 0.78% | - |
| HSV(B) | 60º | 0.2% | 0.87% | - |
| XYZ | 64.18 | 70.95 | 51.91 | - |
| YUV | 216.87 | 105.5 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 177 | 0 | 0 | 0.20 | 0.13 | 60 | 0.41 | 0.78 |
| Hex | DE | DE | B1 | 0 | 0 | 14 | D | 3C | 29 | 4E |
| Octal | 336 | 336 | 261 | 0 | 0 | 24 | 15 | 74 | 51 | 116 |
| Binary | 11011110 | 11011110 | 10110001 | 0 | 0 | 10100 | 1101 | 111100 | 101001 | 1001110 |
Color Harmonies of #DEDEB1
Complementary color
Monochromatic Colors of #DEDEB1
Black with #DEDEB1
Text Example
Text Example
White with #DEDEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEB1; }
p { color: rgb(222,222,177); }
H1.HeaderClassName
{
color: #DEDEB1;
}
.AnyTagClassName
{
color: #DEDEB1;
}
</style>
background-color css
<style>
a { background-color: #DEDEB1; }
a { background-color: rgb(222,222,177); }
div.DivClassName
{
background-color: #DEDEB1;
}
.BgClassName
{
background-color: #DEDEB1;
}
</style>
border-color css
<style>
span { border-color: #DEDEB1; }
span { border-color: rgb(222,222,177); }
td.TdClassName
{
border-color: #DEDEB1;
}
.TagClassName
{
border-color: #DEDEB1;
}
</style>