Shades of Tusk #DADCAB
Tints of Tusk #DADCAB
RGB
CMYK
RGB Variations
Color information
#DADCAB (or 0xDADCAB) is known color: Tusk. HEX triplet: DA, DC and AB. RGB value is (218,220,171). Sum of RGB (Red+Green+Blue) = 218+220+171=609 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.80% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCAB is #252354. Grayscale: #D6D6D6. Windows color (decimal): -2433877 or 11263194. OLE color: 11263194.
HSL color Cylindrical-coordinate representation of color #DADCAB: hue angle of 62.45º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DADCAB is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 171 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.14 |
| HSL | 62.45º | 0.41% | 0.77% | - |
| HSV(B) | 62.45º | 0.22% | 0.86% | - |
| XYZ | 61.86 | 69.03 | 48.59 | - |
| YUV | 213.82 | 103.84 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 171 | 0.01 | 0 | 0.22 | 0.14 | 62.45 | 0.41 | 0.77 |
| Hex | DA | DC | AB | 1 | 0 | 16 | E | 3E | 29 | 4D |
| Octal | 332 | 334 | 253 | 1 | 0 | 26 | 16 | 76 | 51 | 115 |
| Binary | 11011010 | 11011100 | 10101011 | 1 | 0 | 10110 | 1110 | 111110 | 101001 | 1001101 |
Color Harmonies of #DADCAB
Complementary color
Monochromatic Colors of #DADCAB
Black with #DADCAB
Text Example
Text Example
White with #DADCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCAB; }
p { color: rgb(218,220,171); }
H1.HeaderClassName
{
color: #DADCAB;
}
.AnyTagClassName
{
color: #DADCAB;
}
</style>
background-color css
<style>
a { background-color: #DADCAB; }
a { background-color: rgb(218,220,171); }
div.DivClassName
{
background-color: #DADCAB;
}
.BgClassName
{
background-color: #DADCAB;
}
</style>
border-color css
<style>
span { border-color: #DADCAB; }
span { border-color: rgb(218,220,171); }
td.TdClassName
{
border-color: #DADCAB;
}
.TagClassName
{
border-color: #DADCAB;
}
</style>