Shades of Tusk #DADCAC
Tints of Tusk #DADCAC
RGB
CMYK
RGB Variations
Color information
#DADCAC (or 0xDADCAC) is known color: Tusk. HEX triplet: DA, DC and AC. RGB value is (218,220,172). Sum of RGB (Red+Green+Blue) = 218+220+172=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 172 (67.58% from 255 or 28.20% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCAC is #252353. Grayscale: #D6D6D6. Windows color (decimal): -2433876 or 11328730. OLE color: 11328730.
HSL color Cylindrical-coordinate representation of color #DADCAC: hue angle of 62.5º 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 #DADCAC is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 172 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.14 |
| HSL | 62.5º | 0.41% | 0.77% | - |
| HSV(B) | 62.5º | 0.22% | 0.86% | - |
| XYZ | 61.95 | 69.07 | 49.1 | - |
| YUV | 213.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 172 | 0.01 | 0 | 0.22 | 0.14 | 62.5 | 0.41 | 0.77 |
| Hex | DA | DC | AC | 1 | 0 | 16 | E | 3F | 29 | 4D |
| Octal | 332 | 334 | 254 | 1 | 0 | 26 | 16 | 77 | 51 | 115 |
| Binary | 11011010 | 11011100 | 10101100 | 1 | 0 | 10110 | 1110 | 111111 | 101001 | 1001101 |
Color Harmonies of #DADCAC
Complementary color
Monochromatic Colors of #DADCAC
Black with #DADCAC
Text Example
Text Example
White with #DADCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCAC; }
p { color: rgb(218,220,172); }
H1.HeaderClassName
{
color: #DADCAC;
}
.AnyTagClassName
{
color: #DADCAC;
}
</style>
background-color css
<style>
a { background-color: #DADCAC; }
a { background-color: rgb(218,220,172); }
div.DivClassName
{
background-color: #DADCAC;
}
.BgClassName
{
background-color: #DADCAC;
}
</style>
border-color css
<style>
span { border-color: #DADCAC; }
span { border-color: rgb(218,220,172); }
td.TdClassName
{
border-color: #DADCAC;
}
.TagClassName
{
border-color: #DADCAC;
}
</style>