Shades of Tusk #DCDFB5
Tints of Tusk #DCDFB5
RGB
CMYK
RGB Variations
Color information
#DCDFB5 (or 0xDCDFB5) is known color: Tusk. HEX triplet: DC, DF and B5. RGB value is (220,223,181). Sum of RGB (Red+Green+Blue) = 220+223+181=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 181 (71.09% from 255 or 29.01% from 624); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFB5 is #23204A. Grayscale: #D9D9D9. Windows color (decimal): -2302027 or 11919324. OLE color: 11919324.
HSL color Cylindrical-coordinate representation of color #DCDFB5: hue angle of 64.29º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCDFB5 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 223 | 181 | - |
CMYK | 0.01 | 0 | 0.19 | 0.13 |
HSL | 64.29º | 0.4% | 0.79% | - |
HSV(B) | 64.29º | 0.19% | 0.87% | - |
XYZ | 64.24 | 71.33 | 54.1 | - |
YUV | 217.32 | 107.51 | 129.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 223 | 181 | 0.01 | 0 | 0.19 | 0.13 | 64.29 | 0.4 | 0.79 |
Hex | DC | DF | B5 | 1 | 0 | 13 | D | 40 | 28 | 4F |
Octal | 334 | 337 | 265 | 1 | 0 | 23 | 15 | 100 | 50 | 117 |
Binary | 11011100 | 11011111 | 10110101 | 1 | 0 | 10011 | 1101 | 1000000 | 101000 | 1001111 |
Color Harmonies of #DCDFB5
Complementary color
Monochromatic Colors of #DCDFB5
Black with #DCDFB5
Text Example
Text Example
White with #DCDFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDFB5; }
p { color: rgb(220,223,181); }
H1.HeaderClassName
{
color: #DCDFB5;
}
.AnyTagClassName
{
color: #DCDFB5;
}
</style>
background-color css
<style>
a { background-color: #DCDFB5; }
a { background-color: rgb(220,223,181); }
div.DivClassName
{
background-color: #DCDFB5;
}
.BgClassName
{
background-color: #DCDFB5;
}
</style>
border-color css
<style>
span { border-color: #DCDFB5; }
span { border-color: rgb(220,223,181); }
td.TdClassName
{
border-color: #DCDFB5;
}
.TagClassName
{
border-color: #DCDFB5;
}
</style>