Shades of Tusk #DFDFB3
Tints of Tusk #DFDFB3
RGB
CMYK
RGB Variations
Color information
#DFDFB3 (or 0xDFDFB3) is known color: Tusk. HEX triplet: DF, DF and B3. RGB value is (223,223,179). Sum of RGB (Red+Green+Blue) = 223+223+179=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFDFB3 is #20204C. Grayscale: #DADADA. Windows color (decimal): -2105421 or 11788255. OLE color: 11788255.
HSL color Cylindrical-coordinate representation of color #DFDFB3: hue angle of 60º 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 #DFDFB3 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 223 | 179 | - |
| CMYK | 0 | 0 | 0.20 | 0.13 |
| HSL | 60º | 0.41% | 0.79% | - |
| HSV(B) | 60º | 0.2% | 0.87% | - |
| XYZ | 64.96 | 71.72 | 53.07 | - |
| YUV | 217.98 | 106 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 223 | 179 | 0 | 0 | 0.20 | 0.13 | 60 | 0.41 | 0.79 |
| Hex | DF | DF | B3 | 0 | 0 | 14 | D | 3C | 29 | 4F |
| Octal | 337 | 337 | 263 | 0 | 0 | 24 | 15 | 74 | 51 | 117 |
| Binary | 11011111 | 11011111 | 10110011 | 0 | 0 | 10100 | 1101 | 111100 | 101001 | 1001111 |
Color Harmonies of #DFDFB3
Complementary color
Monochromatic Colors of #DFDFB3
Black with #DFDFB3
Text Example
Text Example
White with #DFDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFB3; }
p { color: rgb(223,223,179); }
H1.HeaderClassName
{
color: #DFDFB3;
}
.AnyTagClassName
{
color: #DFDFB3;
}
</style>
background-color css
<style>
a { background-color: #DFDFB3; }
a { background-color: rgb(223,223,179); }
div.DivClassName
{
background-color: #DFDFB3;
}
.BgClassName
{
background-color: #DFDFB3;
}
</style>
border-color css
<style>
span { border-color: #DFDFB3; }
span { border-color: rgb(223,223,179); }
td.TdClassName
{
border-color: #DFDFB3;
}
.TagClassName
{
border-color: #DFDFB3;
}
</style>