Shades of Tusk #DDDBB2
Tints of Tusk #DDDBB2
RGB
CMYK
RGB Variations
Color information
#DDDBB2 (or 0xDDDBB2) is known color: Tusk. HEX triplet: DD, DB and B2. RGB value is (221,219,178). Sum of RGB (Red+Green+Blue) = 221+219+178=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 178 (69.92% from 255 or 28.80% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBB2 is #22244D. Grayscale: #D7D7D7. Windows color (decimal): -2237518 or 11721693. OLE color: 11721693.
HSL color Cylindrical-coordinate representation of color #DDDBB2: hue angle of 57.21º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDDBB2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 178 | - |
CMYK | 0 | 0.01 | 0.19 | 0.13 |
HSL | 57.21º | 0.39% | 0.78% | - |
HSV(B) | 57.21º | 0.19% | 0.87% | - |
XYZ | 63.19 | 69.25 | 52.16 | - |
YUV | 214.92 | 107.16 | 132.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 178 | 0 | 0.01 | 0.19 | 0.13 | 57.21 | 0.39 | 0.78 |
Hex | DD | DB | B2 | 0 | 1 | 13 | D | 39 | 27 | 4E |
Octal | 335 | 333 | 262 | 0 | 1 | 23 | 15 | 71 | 47 | 116 |
Binary | 11011101 | 11011011 | 10110010 | 0 | 1 | 10011 | 1101 | 111001 | 100111 | 1001110 |
Color Harmonies of #DDDBB2
Complementary color
Monochromatic Colors of #DDDBB2
Black with #DDDBB2
Text Example
Text Example
White with #DDDBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBB2; }
p { color: rgb(221,219,178); }
H1.HeaderClassName
{
color: #DDDBB2;
}
.AnyTagClassName
{
color: #DDDBB2;
}
</style>
background-color css
<style>
a { background-color: #DDDBB2; }
a { background-color: rgb(221,219,178); }
div.DivClassName
{
background-color: #DDDBB2;
}
.BgClassName
{
background-color: #DDDBB2;
}
</style>
border-color css
<style>
span { border-color: #DDDBB2; }
span { border-color: rgb(221,219,178); }
td.TdClassName
{
border-color: #DDDBB2;
}
.TagClassName
{
border-color: #DDDBB2;
}
</style>