Shades of Tusk #DDDDB1
Tints of Tusk #DDDDB1
RGB
CMYK
RGB Variations
Color information
#DDDDB1 (or 0xDDDDB1) is known color: Tusk. HEX triplet: DD, DD and B1. RGB value is (221,221,177). Sum of RGB (Red+Green+Blue) = 221+221+177=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 177 (69.53% from 255 or 28.59% from 619); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDB1 is #22224E. Grayscale: #D8D8D8. Windows color (decimal): -2237007 or 11656669. OLE color: 11656669.
HSL color Cylindrical-coordinate representation of color #DDDDB1: hue angle of 60º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDDB1 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 221 | 177 | - |
| CMYK | 0 | 0 | 0.20 | 0.13 |
| HSL | 60º | 0.39% | 0.78% | - |
| HSV(B) | 60º | 0.2% | 0.87% | - |
| XYZ | 63.61 | 70.26 | 51.8 | - |
| YUV | 215.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 221 | 177 | 0 | 0 | 0.20 | 0.13 | 60 | 0.39 | 0.78 |
| Hex | DD | DD | B1 | 0 | 0 | 14 | D | 3C | 27 | 4E |
| Octal | 335 | 335 | 261 | 0 | 0 | 24 | 15 | 74 | 47 | 116 |
| Binary | 11011101 | 11011101 | 10110001 | 0 | 0 | 10100 | 1101 | 111100 | 100111 | 1001110 |
Color Harmonies of #DDDDB1
Complementary color
Monochromatic Colors of #DDDDB1
Black with #DDDDB1
Text Example
Text Example
White with #DDDDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDB1; }
p { color: rgb(221,221,177); }
H1.HeaderClassName
{
color: #DDDDB1;
}
.AnyTagClassName
{
color: #DDDDB1;
}
</style>
background-color css
<style>
a { background-color: #DDDDB1; }
a { background-color: rgb(221,221,177); }
div.DivClassName
{
background-color: #DDDDB1;
}
.BgClassName
{
background-color: #DDDDB1;
}
</style>
border-color css
<style>
span { border-color: #DDDDB1; }
span { border-color: rgb(221,221,177); }
td.TdClassName
{
border-color: #DDDDB1;
}
.TagClassName
{
border-color: #DDDDB1;
}
</style>