Shades of Tusk #DCDEB7
Tints of Tusk #DCDEB7
RGB
CMYK
RGB Variations
Color information
#DCDEB7 (or 0xDCDEB7) is known color: Tusk. HEX triplet: DC, DE and B7. RGB value is (220,222,183). Sum of RGB (Red+Green+Blue) = 220+222+183=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 183 (71.88% from 255 or 29.28% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEB7 is #232148. Grayscale: #D9D9D9. Windows color (decimal): -2302281 or 12050140. OLE color: 12050140.
HSL color Cylindrical-coordinate representation of color #DCDEB7: hue angle of 63.08º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCDEB7 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 183 | - |
CMYK | 0.01 | 0 | 0.18 | 0.13 |
HSL | 63.08º | 0.37% | 0.79% | - |
HSV(B) | 63.08º | 0.18% | 0.87% | - |
XYZ | 64.18 | 70.88 | 55.1 | - |
YUV | 216.96 | 108.84 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 183 | 0.01 | 0 | 0.18 | 0.13 | 63.08 | 0.37 | 0.79 |
Hex | DC | DE | B7 | 1 | 0 | 12 | D | 3F | 25 | 4F |
Octal | 334 | 336 | 267 | 1 | 0 | 22 | 15 | 77 | 45 | 117 |
Binary | 11011100 | 11011110 | 10110111 | 1 | 0 | 10010 | 1101 | 111111 | 100101 | 1001111 |
Color Harmonies of #DCDEB7
Complementary color
Monochromatic Colors of #DCDEB7
Black with #DCDEB7
Text Example
Text Example
White with #DCDEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEB7; }
p { color: rgb(220,222,183); }
H1.HeaderClassName
{
color: #DCDEB7;
}
.AnyTagClassName
{
color: #DCDEB7;
}
</style>
background-color css
<style>
a { background-color: #DCDEB7; }
a { background-color: rgb(220,222,183); }
div.DivClassName
{
background-color: #DCDEB7;
}
.BgClassName
{
background-color: #DCDEB7;
}
</style>
border-color css
<style>
span { border-color: #DCDEB7; }
span { border-color: rgb(220,222,183); }
td.TdClassName
{
border-color: #DCDEB7;
}
.TagClassName
{
border-color: #DCDEB7;
}
</style>