Shades of Tusk #DDDCB5
Tints of Tusk #DDDCB5
RGB
CMYK
RGB Variations
Color information
#DDDCB5 (or 0xDDDCB5) is known color: Tusk. HEX triplet: DD, DC and B5. RGB value is (221,220,181). Sum of RGB (Red+Green+Blue) = 221+220+181=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCB5 is #22234A. Grayscale: #D8D8D8. Windows color (decimal): -2237259 or 11918557. OLE color: 11918557.
HSL color Cylindrical-coordinate representation of color #DDDCB5: hue angle of 58.5º 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 #DDDCB5 is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 181 | - |
CMYK | 0 | 0.00 | 0.18 | 0.13 |
HSL | 58.5º | 0.37% | 0.79% | - |
HSV(B) | 58.5º | 0.18% | 0.87% | - |
XYZ | 63.75 | 69.89 | 53.85 | - |
YUV | 215.85 | 108.33 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 181 | 0 | 0.00 | 0.18 | 0.13 | 58.5 | 0.37 | 0.79 |
Hex | DD | DC | B5 | 0 | 0 | 12 | D | 3A | 25 | 4F |
Octal | 335 | 334 | 265 | 0 | 0 | 22 | 15 | 72 | 45 | 117 |
Binary | 11011101 | 11011100 | 10110101 | 0 | 0 | 10010 | 1101 | 111010 | 100101 | 1001111 |
Color Harmonies of #DDDCB5
Complementary color
Monochromatic Colors of #DDDCB5
Black with #DDDCB5
Text Example
Text Example
White with #DDDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCB5; }
p { color: rgb(221,220,181); }
H1.HeaderClassName
{
color: #DDDCB5;
}
.AnyTagClassName
{
color: #DDDCB5;
}
</style>
background-color css
<style>
a { background-color: #DDDCB5; }
a { background-color: rgb(221,220,181); }
div.DivClassName
{
background-color: #DDDCB5;
}
.BgClassName
{
background-color: #DDDCB5;
}
</style>
border-color css
<style>
span { border-color: #DDDCB5; }
span { border-color: rgb(221,220,181); }
td.TdClassName
{
border-color: #DDDCB5;
}
.TagClassName
{
border-color: #DDDCB5;
}
</style>