Shades of Tusk #DCDFB8
Tints of Tusk #DCDFB8
RGB
CMYK
RGB Variations
Color information
#DCDFB8 (or 0xDCDFB8) is known color: Tusk. HEX triplet: DC, DF and B8. RGB value is (220,223,184). Sum of RGB (Red+Green+Blue) = 220+223+184=627 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.09% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 184 (72.27% from 255 or 29.35% from 627); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFB8 is #232047. Grayscale: #D9D9D9. Windows color (decimal): -2302024 or 12115932. OLE color: 12115932.
HSL color Cylindrical-coordinate representation of color #DCDFB8: hue angle of 64.62º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCDFB8 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 223 | 184 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.13 |
| HSL | 64.62º | 0.38% | 0.8% | - |
| HSV(B) | 64.62º | 0.17% | 0.87% | - |
| XYZ | 64.55 | 71.45 | 55.74 | - |
| YUV | 217.66 | 109.01 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 223 | 184 | 0.01 | 0 | 0.17 | 0.13 | 64.62 | 0.38 | 0.8 |
| Hex | DC | DF | B8 | 1 | 0 | 11 | D | 41 | 26 | 50 |
| Octal | 334 | 337 | 270 | 1 | 0 | 21 | 15 | 101 | 46 | 120 |
| Binary | 11011100 | 11011111 | 10111000 | 1 | 0 | 10001 | 1101 | 1000001 | 100110 | 1010000 |
Color Harmonies of #DCDFB8
Complementary color
Monochromatic Colors of #DCDFB8
Black with #DCDFB8
Text Example
Text Example
White with #DCDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFB8; }
p { color: rgb(220,223,184); }
H1.HeaderClassName
{
color: #DCDFB8;
}
.AnyTagClassName
{
color: #DCDFB8;
}
</style>
background-color css
<style>
a { background-color: #DCDFB8; }
a { background-color: rgb(220,223,184); }
div.DivClassName
{
background-color: #DCDFB8;
}
.BgClassName
{
background-color: #DCDFB8;
}
</style>
border-color css
<style>
span { border-color: #DCDFB8; }
span { border-color: rgb(220,223,184); }
td.TdClassName
{
border-color: #DCDFB8;
}
.TagClassName
{
border-color: #DCDFB8;
}
</style>