Shades of Tusk #DEDCB4
Tints of Tusk #DEDCB4
RGB
CMYK
RGB Variations
Color information
#DEDCB4 (or 0xDEDCB4) is known color: Tusk. HEX triplet: DE, DC and B4. RGB value is (222,220,180). Sum of RGB (Red+Green+Blue) = 222+220+180=622 (82% of max value = 765). Red value is 222 (87.11% from 255 or 35.69% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEDCB4 is #21234B. Grayscale: #D8D8D8. Windows color (decimal): -2171724 or 11853022. OLE color: 11853022.
HSL color Cylindrical-coordinate representation of color #DEDCB4: hue angle of 57.14º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DEDCB4 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 180 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.13 |
| HSL | 57.14º | 0.39% | 0.79% | - |
| HSV(B) | 57.14º | 0.19% | 0.87% | - |
| XYZ | 63.96 | 70.01 | 53.32 | - |
| YUV | 216.04 | 107.66 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 180 | 0 | 0.01 | 0.19 | 0.13 | 57.14 | 0.39 | 0.79 |
| Hex | DE | DC | B4 | 0 | 1 | 13 | D | 39 | 27 | 4F |
| Octal | 336 | 334 | 264 | 0 | 1 | 23 | 15 | 71 | 47 | 117 |
| Binary | 11011110 | 11011100 | 10110100 | 0 | 1 | 10011 | 1101 | 111001 | 100111 | 1001111 |
Color Harmonies of #DEDCB4
Complementary color
Monochromatic Colors of #DEDCB4
Black with #DEDCB4
Text Example
Text Example
White with #DEDCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCB4; }
p { color: rgb(222,220,180); }
H1.HeaderClassName
{
color: #DEDCB4;
}
.AnyTagClassName
{
color: #DEDCB4;
}
</style>
background-color css
<style>
a { background-color: #DEDCB4; }
a { background-color: rgb(222,220,180); }
div.DivClassName
{
background-color: #DEDCB4;
}
.BgClassName
{
background-color: #DEDCB4;
}
</style>
border-color css
<style>
span { border-color: #DEDCB4; }
span { border-color: rgb(222,220,180); }
td.TdClassName
{
border-color: #DEDCB4;
}
.TagClassName
{
border-color: #DEDCB4;
}
</style>