Shades of Tusk #DADDB7
Tints of Tusk #DADDB7
RGB
CMYK
RGB Variations
Color information
#DADDB7 (or 0xDADDB7) is known color: Tusk. HEX triplet: DA, DD and B7. RGB value is (218,221,183). Sum of RGB (Red+Green+Blue) = 218+221+183=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDB7 is #252248. Grayscale: #D7D7D7. Windows color (decimal): -2433609 or 12049882. OLE color: 12049882.
HSL color Cylindrical-coordinate representation of color #DADDB7: hue angle of 64.74º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DADDB7 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 183 | - |
CMYK | 0.01 | 0 | 0.17 | 0.13 |
HSL | 64.74º | 0.36% | 0.79% | - |
HSV(B) | 64.74º | 0.17% | 0.87% | - |
XYZ | 63.32 | 70.04 | 54.98 | - |
YUV | 215.77 | 109.51 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 183 | 0.01 | 0 | 0.17 | 0.13 | 64.74 | 0.36 | 0.79 |
Hex | DA | DD | B7 | 1 | 0 | 11 | D | 41 | 24 | 4F |
Octal | 332 | 335 | 267 | 1 | 0 | 21 | 15 | 101 | 44 | 117 |
Binary | 11011010 | 11011101 | 10110111 | 1 | 0 | 10001 | 1101 | 1000001 | 100100 | 1001111 |
Color Harmonies of #DADDB7
Complementary color
Monochromatic Colors of #DADDB7
Black with #DADDB7
Text Example
Text Example
White with #DADDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDB7; }
p { color: rgb(218,221,183); }
H1.HeaderClassName
{
color: #DADDB7;
}
.AnyTagClassName
{
color: #DADDB7;
}
</style>
background-color css
<style>
a { background-color: #DADDB7; }
a { background-color: rgb(218,221,183); }
div.DivClassName
{
background-color: #DADDB7;
}
.BgClassName
{
background-color: #DADDB7;
}
</style>
border-color css
<style>
span { border-color: #DADDB7; }
span { border-color: rgb(218,221,183); }
td.TdClassName
{
border-color: #DADDB7;
}
.TagClassName
{
border-color: #DADDB7;
}
</style>