Shades of Tusk #DADDB4
Tints of Tusk #DADDB4
RGB
CMYK
RGB Variations
Color information
#DADDB4 (or 0xDADDB4) is known color: Tusk. HEX triplet: DA, DD and B4. RGB value is (218,221,180). Sum of RGB (Red+Green+Blue) = 218+221+180=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 180 (70.70% from 255 or 29.08% from 619); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB4 is #25224B. Grayscale: #D7D7D7. Windows color (decimal): -2433612 or 11853274. OLE color: 11853274.
HSL color Cylindrical-coordinate representation of color #DADDB4: hue angle of 64.39º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DADDB4 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 180 | - |
CMYK | 0.01 | 0 | 0.19 | 0.13 |
HSL | 64.39º | 0.38% | 0.79% | - |
HSV(B) | 64.39º | 0.19% | 0.87% | - |
XYZ | 63.01 | 69.91 | 53.35 | - |
YUV | 215.43 | 108.01 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 180 | 0.01 | 0 | 0.19 | 0.13 | 64.39 | 0.38 | 0.79 |
Hex | DA | DD | B4 | 1 | 0 | 13 | D | 40 | 26 | 4F |
Octal | 332 | 335 | 264 | 1 | 0 | 23 | 15 | 100 | 46 | 117 |
Binary | 11011010 | 11011101 | 10110100 | 1 | 0 | 10011 | 1101 | 1000000 | 100110 | 1001111 |
Color Harmonies of #DADDB4
Complementary color
Monochromatic Colors of #DADDB4
Black with #DADDB4
Text Example
Text Example
White with #DADDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDB4; }
p { color: rgb(218,221,180); }
H1.HeaderClassName
{
color: #DADDB4;
}
.AnyTagClassName
{
color: #DADDB4;
}
</style>
background-color css
<style>
a { background-color: #DADDB4; }
a { background-color: rgb(218,221,180); }
div.DivClassName
{
background-color: #DADDB4;
}
.BgClassName
{
background-color: #DADDB4;
}
</style>
border-color css
<style>
span { border-color: #DADDB4; }
span { border-color: rgb(218,221,180); }
td.TdClassName
{
border-color: #DADDB4;
}
.TagClassName
{
border-color: #DADDB4;
}
</style>