Shades of Tusk #DDDDB5
Tints of Tusk #DDDDB5
RGB
CMYK
RGB Variations
Color information
#DDDDB5 (or 0xDDDDB5) is known color: Tusk. HEX triplet: DD, DD and B5. RGB value is (221,221,181). Sum of RGB (Red+Green+Blue) = 221+221+181=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 221 (86.72% from 255 or 35.47% from 623); Blue value is 181 (71.09% from 255 or 29.05% from 623); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDDB5 is #22224A. Grayscale: #D8D8D8. Windows color (decimal): -2237003 or 11918813. OLE color: 11918813.
HSL color Cylindrical-coordinate representation of color #DDDDB5: hue angle of 60º 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 #DDDDB5 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 181 | - |
CMYK | 0 | 0 | 0.18 | 0.13 |
HSL | 60º | 0.37% | 0.79% | - |
HSV(B) | 60º | 0.18% | 0.87% | - |
XYZ | 64.02 | 70.42 | 53.93 | - |
YUV | 216.44 | 108 | 131.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 181 | 0 | 0 | 0.18 | 0.13 | 60 | 0.37 | 0.79 |
Hex | DD | DD | B5 | 0 | 0 | 12 | D | 3C | 25 | 4F |
Octal | 335 | 335 | 265 | 0 | 0 | 22 | 15 | 74 | 45 | 117 |
Binary | 11011101 | 11011101 | 10110101 | 0 | 0 | 10010 | 1101 | 111100 | 100101 | 1001111 |
Color Harmonies of #DDDDB5
Complementary color
Monochromatic Colors of #DDDDB5
Black with #DDDDB5
Text Example
Text Example
White with #DDDDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDB5; }
p { color: rgb(221,221,181); }
H1.HeaderClassName
{
color: #DDDDB5;
}
.AnyTagClassName
{
color: #DDDDB5;
}
</style>
background-color css
<style>
a { background-color: #DDDDB5; }
a { background-color: rgb(221,221,181); }
div.DivClassName
{
background-color: #DDDDB5;
}
.BgClassName
{
background-color: #DDDDB5;
}
</style>
border-color css
<style>
span { border-color: #DDDDB5; }
span { border-color: rgb(221,221,181); }
td.TdClassName
{
border-color: #DDDDB5;
}
.TagClassName
{
border-color: #DDDDB5;
}
</style>