Shades of Tusk #DCDFB3
Tints of Tusk #DCDFB3
RGB
CMYK
RGB Variations
Color information
#DCDFB3 (or 0xDCDFB3) is known color: Tusk. HEX triplet: DC, DF and B3. RGB value is (220,223,179). Sum of RGB (Red+Green+Blue) = 220+223+179=622 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.37% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 179 (70.31% from 255 or 28.78% from 622); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFB3 is #23204C. Grayscale: #D9D9D9. Windows color (decimal): -2302029 or 11788252. OLE color: 11788252.
HSL color Cylindrical-coordinate representation of color #DCDFB3: hue angle of 64.09º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCDFB3 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 179 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.13 |
| HSL | 64.09º | 0.41% | 0.79% | - |
| HSV(B) | 64.09º | 0.2% | 0.87% | - |
| XYZ | 64.04 | 71.25 | 53.02 | - |
| YUV | 217.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 179 | 0.01 | 0 | 0.20 | 0.13 | 64.09 | 0.41 | 0.79 |
| Hex | DC | DF | B3 | 1 | 0 | 14 | D | 40 | 29 | 4F |
| Octal | 334 | 337 | 263 | 1 | 0 | 24 | 15 | 100 | 51 | 117 |
| Binary | 11011100 | 11011111 | 10110011 | 1 | 0 | 10100 | 1101 | 1000000 | 101001 | 1001111 |
Color Harmonies of #DCDFB3
Complementary color
Monochromatic Colors of #DCDFB3
Black with #DCDFB3
Text Example
Text Example
White with #DCDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFB3; }
p { color: rgb(220,223,179); }
H1.HeaderClassName
{
color: #DCDFB3;
}
.AnyTagClassName
{
color: #DCDFB3;
}
</style>
background-color css
<style>
a { background-color: #DCDFB3; }
a { background-color: rgb(220,223,179); }
div.DivClassName
{
background-color: #DCDFB3;
}
.BgClassName
{
background-color: #DCDFB3;
}
</style>
border-color css
<style>
span { border-color: #DCDFB3; }
span { border-color: rgb(220,223,179); }
td.TdClassName
{
border-color: #DCDFB3;
}
.TagClassName
{
border-color: #DCDFB3;
}
</style>