Shades of Tusk #DFDFBA
Tints of Tusk #DFDFBA
RGB
CMYK
RGB Variations
Color information
#DFDFBA (or 0xDFDFBA) is known color: Tusk. HEX triplet: DF, DF and BA. RGB value is (223,223,186). Sum of RGB (Red+Green+Blue) = 223+223+186=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 223 (87.5% from 255 or 35.28% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFBA is #202045. Grayscale: #DADADA. Windows color (decimal): -2105414 or 12247007. OLE color: 12247007.
HSL color Cylindrical-coordinate representation of color #DFDFBA: hue angle of 60º 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 #DFDFBA is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 186 | - |
CMYK | 0 | 0 | 0.17 | 0.13 |
HSL | 60º | 0.37% | 0.8% | - |
HSV(B) | 60º | 0.17% | 0.87% | - |
XYZ | 65.68 | 72.01 | 56.89 | - |
YUV | 218.78 | 109.5 | 131.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 186 | 0 | 0 | 0.17 | 0.13 | 60 | 0.37 | 0.8 |
Hex | DF | DF | BA | 0 | 0 | 11 | D | 3C | 25 | 50 |
Octal | 337 | 337 | 272 | 0 | 0 | 21 | 15 | 74 | 45 | 120 |
Binary | 11011111 | 11011111 | 10111010 | 0 | 0 | 10001 | 1101 | 111100 | 100101 | 1010000 |
Color Harmonies of #DFDFBA
Complementary color
Monochromatic Colors of #DFDFBA
Black with #DFDFBA
Text Example
Text Example
White with #DFDFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFBA; }
p { color: rgb(223,223,186); }
H1.HeaderClassName
{
color: #DFDFBA;
}
.AnyTagClassName
{
color: #DFDFBA;
}
</style>
background-color css
<style>
a { background-color: #DFDFBA; }
a { background-color: rgb(223,223,186); }
div.DivClassName
{
background-color: #DFDFBA;
}
.BgClassName
{
background-color: #DFDFBA;
}
</style>
border-color css
<style>
span { border-color: #DFDFBA; }
span { border-color: rgb(223,223,186); }
td.TdClassName
{
border-color: #DFDFBA;
}
.TagClassName
{
border-color: #DFDFBA;
}
</style>