Shades of Tusk #DADDB6
Tints of Tusk #DADDB6
RGB
CMYK
RGB Variations
Color information
#DADDB6 (or 0xDADDB6) is known color: Tusk. HEX triplet: DA, DD and B6. RGB value is (218,221,182). Sum of RGB (Red+Green+Blue) = 218+221+182=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 182 (71.48% from 255 or 29.31% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB6 is #252249. Grayscale: #D7D7D7. Windows color (decimal): -2433610 or 11984346. OLE color: 11984346.
HSL color Cylindrical-coordinate representation of color #DADDB6: hue angle of 64.62º degrees, saturation: 0.36, 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 #DADDB6 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 182 | - |
CMYK | 0.01 | 0 | 0.18 | 0.13 |
HSL | 64.62º | 0.36% | 0.79% | - |
HSV(B) | 64.62º | 0.18% | 0.87% | - |
XYZ | 63.21 | 70 | 54.43 | - |
YUV | 215.66 | 109.01 | 129.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 182 | 0.01 | 0 | 0.18 | 0.13 | 64.62 | 0.36 | 0.79 |
Hex | DA | DD | B6 | 1 | 0 | 12 | D | 41 | 24 | 4F |
Octal | 332 | 335 | 266 | 1 | 0 | 22 | 15 | 101 | 44 | 117 |
Binary | 11011010 | 11011101 | 10110110 | 1 | 0 | 10010 | 1101 | 1000001 | 100100 | 1001111 |
Color Harmonies of #DADDB6
Complementary color
Monochromatic Colors of #DADDB6
Black with #DADDB6
Text Example
Text Example
White with #DADDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDB6; }
p { color: rgb(218,221,182); }
H1.HeaderClassName
{
color: #DADDB6;
}
.AnyTagClassName
{
color: #DADDB6;
}
</style>
background-color css
<style>
a { background-color: #DADDB6; }
a { background-color: rgb(218,221,182); }
div.DivClassName
{
background-color: #DADDB6;
}
.BgClassName
{
background-color: #DADDB6;
}
</style>
border-color css
<style>
span { border-color: #DADDB6; }
span { border-color: rgb(218,221,182); }
td.TdClassName
{
border-color: #DADDB6;
}
.TagClassName
{
border-color: #DADDB6;
}
</style>