Shades of Tusk #DCDFB6
Tints of Tusk #DCDFB6
RGB
CMYK
RGB Variations
Color information
#DCDFB6 (or 0xDCDFB6) is known color: Tusk. HEX triplet: DC, DF and B6. RGB value is (220,223,182). Sum of RGB (Red+Green+Blue) = 220+223+182=625 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.2% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 182 (71.48% from 255 or 29.12% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFB6 is #232049. Grayscale: #D9D9D9. Windows color (decimal): -2302026 or 11984860. OLE color: 11984860.
HSL color Cylindrical-coordinate representation of color #DCDFB6: hue angle of 64.39º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCDFB6 is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 182 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.13 |
| HSL | 64.39º | 0.39% | 0.79% | - |
| HSV(B) | 64.39º | 0.18% | 0.87% | - |
| XYZ | 64.35 | 71.37 | 54.64 | - |
| YUV | 217.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 182 | 0.01 | 0 | 0.18 | 0.13 | 64.39 | 0.39 | 0.79 |
| Hex | DC | DF | B6 | 1 | 0 | 12 | D | 40 | 27 | 4F |
| Octal | 334 | 337 | 266 | 1 | 0 | 22 | 15 | 100 | 47 | 117 |
| Binary | 11011100 | 11011111 | 10110110 | 1 | 0 | 10010 | 1101 | 1000000 | 100111 | 1001111 |
Color Harmonies of #DCDFB6
Complementary color
Monochromatic Colors of #DCDFB6
Black with #DCDFB6
Text Example
Text Example
White with #DCDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFB6; }
p { color: rgb(220,223,182); }
H1.HeaderClassName
{
color: #DCDFB6;
}
.AnyTagClassName
{
color: #DCDFB6;
}
</style>
background-color css
<style>
a { background-color: #DCDFB6; }
a { background-color: rgb(220,223,182); }
div.DivClassName
{
background-color: #DCDFB6;
}
.BgClassName
{
background-color: #DCDFB6;
}
</style>
border-color css
<style>
span { border-color: #DCDFB6; }
span { border-color: rgb(220,223,182); }
td.TdClassName
{
border-color: #DCDFB6;
}
.TagClassName
{
border-color: #DCDFB6;
}
</style>