Shades of Tusk #DCDFB9
Tints of Tusk #DCDFB9
RGB
CMYK
RGB Variations
Color information
#DCDFB9 (or 0xDCDFB9) is known color: Tusk. HEX triplet: DC, DF and B9. RGB value is (220,223,185). Sum of RGB (Red+Green+Blue) = 220+223+185=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 185 (72.66% from 255 or 29.46% from 628); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFB9 is #232046. Grayscale: #D9D9D9. Windows color (decimal): -2302023 or 12181468. OLE color: 12181468.
HSL color Cylindrical-coordinate representation of color #DCDFB9: hue angle of 64.74º degrees, saturation: 0.37, 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 #DCDFB9 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 185 | - |
CMYK | 0.01 | 0 | 0.17 | 0.13 |
HSL | 64.74º | 0.37% | 0.8% | - |
HSV(B) | 64.74º | 0.17% | 0.87% | - |
XYZ | 64.66 | 71.49 | 56.29 | - |
YUV | 217.77 | 109.51 | 129.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 185 | 0.01 | 0 | 0.17 | 0.13 | 64.74 | 0.37 | 0.8 |
Hex | DC | DF | B9 | 1 | 0 | 11 | D | 41 | 25 | 50 |
Octal | 334 | 337 | 271 | 1 | 0 | 21 | 15 | 101 | 45 | 120 |
Binary | 11011100 | 11011111 | 10111001 | 1 | 0 | 10001 | 1101 | 1000001 | 100101 | 1010000 |
Color Harmonies of #DCDFB9
Complementary color
Monochromatic Colors of #DCDFB9
Black with #DCDFB9
Text Example
Text Example
White with #DCDFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFB9; }
p { color: rgb(220,223,185); }
H1.HeaderClassName
{
color: #DCDFB9;
}
.AnyTagClassName
{
color: #DCDFB9;
}
</style>
background-color css
<style>
a { background-color: #DCDFB9; }
a { background-color: rgb(220,223,185); }
div.DivClassName
{
background-color: #DCDFB9;
}
.BgClassName
{
background-color: #DCDFB9;
}
</style>
border-color css
<style>
span { border-color: #DCDFB9; }
span { border-color: rgb(220,223,185); }
td.TdClassName
{
border-color: #DCDFB9;
}
.TagClassName
{
border-color: #DCDFB9;
}
</style>