Shades of Tusk #DCDDB7
Tints of Tusk #DCDDB7
RGB
CMYK
RGB Variations
Color information
#DCDDB7 (or 0xDCDDB7) is known color: Tusk. HEX triplet: DC, DD and B7. RGB value is (220,221,183). Sum of RGB (Red+Green+Blue) = 220+221+183=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 221 (86.72% from 255 or 35.42% from 624); Blue value is 183 (71.88% from 255 or 29.33% from 624); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDB7 is #232248. Grayscale: #D8D8D8. Windows color (decimal): -2302537 or 12049884. OLE color: 12049884.
HSL color Cylindrical-coordinate representation of color #DCDDB7: hue angle of 61.58º 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 #DCDDB7 is Cyan = 0.00, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 221 | 183 | - |
CMYK | 0.00 | 0 | 0.17 | 0.13 |
HSL | 61.58º | 0.36% | 0.79% | - |
HSV(B) | 61.58º | 0.17% | 0.87% | - |
XYZ | 63.92 | 70.35 | 55.01 | - |
YUV | 216.37 | 109.17 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 183 | 0.00 | 0 | 0.17 | 0.13 | 61.58 | 0.36 | 0.79 |
Hex | DC | DD | B7 | 0 | 0 | 11 | D | 3E | 24 | 4F |
Octal | 334 | 335 | 267 | 0 | 0 | 21 | 15 | 76 | 44 | 117 |
Binary | 11011100 | 11011101 | 10110111 | 0 | 0 | 10001 | 1101 | 111110 | 100100 | 1001111 |
Color Harmonies of #DCDDB7
Complementary color
Monochromatic Colors of #DCDDB7
Black with #DCDDB7
Text Example
Text Example
White with #DCDDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDB7; }
p { color: rgb(220,221,183); }
H1.HeaderClassName
{
color: #DCDDB7;
}
.AnyTagClassName
{
color: #DCDDB7;
}
</style>
background-color css
<style>
a { background-color: #DCDDB7; }
a { background-color: rgb(220,221,183); }
div.DivClassName
{
background-color: #DCDDB7;
}
.BgClassName
{
background-color: #DCDDB7;
}
</style>
border-color css
<style>
span { border-color: #DCDDB7; }
span { border-color: rgb(220,221,183); }
td.TdClassName
{
border-color: #DCDDB7;
}
.TagClassName
{
border-color: #DCDDB7;
}
</style>