Shades of Tusk #DCDEB5
Tints of Tusk #DCDEB5
RGB
CMYK
RGB Variations
Color information
#DCDEB5 (or 0xDCDEB5) is known color: Tusk. HEX triplet: DC, DE and B5. RGB value is (220,222,181). Sum of RGB (Red+Green+Blue) = 220+222+181=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEB5 is #23214A. Grayscale: #D8D8D8. Windows color (decimal): -2302283 or 11919068. OLE color: 11919068.
HSL color Cylindrical-coordinate representation of color #DCDEB5: hue angle of 62.93º degrees, saturation: 0.38, 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 #DCDEB5 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 222 | 181 | - |
CMYK | 0.01 | 0 | 0.18 | 0.13 |
HSL | 62.93º | 0.38% | 0.79% | - |
HSV(B) | 62.93º | 0.18% | 0.87% | - |
XYZ | 63.98 | 70.79 | 54.01 | - |
YUV | 216.73 | 107.84 | 130.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 222 | 181 | 0.01 | 0 | 0.18 | 0.13 | 62.93 | 0.38 | 0.79 |
Hex | DC | DE | B5 | 1 | 0 | 12 | D | 3F | 26 | 4F |
Octal | 334 | 336 | 265 | 1 | 0 | 22 | 15 | 77 | 46 | 117 |
Binary | 11011100 | 11011110 | 10110101 | 1 | 0 | 10010 | 1101 | 111111 | 100110 | 1001111 |
Color Harmonies of #DCDEB5
Complementary color
Monochromatic Colors of #DCDEB5
Black with #DCDEB5
Text Example
Text Example
White with #DCDEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDEB5; }
p { color: rgb(220,222,181); }
H1.HeaderClassName
{
color: #DCDEB5;
}
.AnyTagClassName
{
color: #DCDEB5;
}
</style>
background-color css
<style>
a { background-color: #DCDEB5; }
a { background-color: rgb(220,222,181); }
div.DivClassName
{
background-color: #DCDEB5;
}
.BgClassName
{
background-color: #DCDEB5;
}
</style>
border-color css
<style>
span { border-color: #DCDEB5; }
span { border-color: rgb(220,222,181); }
td.TdClassName
{
border-color: #DCDEB5;
}
.TagClassName
{
border-color: #DCDEB5;
}
</style>