Shades of Tusk #DFDFB2
Tints of Tusk #DFDFB2
RGB
CMYK
RGB Variations
Color information
#DFDFB2 (or 0xDFDFB2) is known color: Tusk. HEX triplet: DF, DF and B2. RGB value is (223,223,178). Sum of RGB (Red+Green+Blue) = 223+223+178=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 223 (87.5% from 255 or 35.74% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 223 - color contains mainly: red, green. Hex color #DFDFB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDFB2 is #20204D. Grayscale: #DADADA. Windows color (decimal): -2105422 or 11722719. OLE color: 11722719.
HSL color Cylindrical-coordinate representation of color #DFDFB2: 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 #DFDFB2 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 223 | 178 | - |
CMYK | 0 | 0 | 0.20 | 0.13 |
HSL | 60º | 0.41% | 0.79% | - |
HSV(B) | 60º | 0.2% | 0.87% | - |
XYZ | 64.85 | 71.68 | 52.54 | - |
YUV | 217.87 | 105.5 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 223 | 178 | 0 | 0 | 0.20 | 0.13 | 60 | 0.41 | 0.79 |
Hex | DF | DF | B2 | 0 | 0 | 14 | D | 3C | 29 | 4F |
Octal | 337 | 337 | 262 | 0 | 0 | 24 | 15 | 74 | 51 | 117 |
Binary | 11011111 | 11011111 | 10110010 | 0 | 0 | 10100 | 1101 | 111100 | 101001 | 1001111 |
Color Harmonies of #DFDFB2
Complementary color
Monochromatic Colors of #DFDFB2
Black with #DFDFB2
Text Example
Text Example
White with #DFDFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDFB2; }
p { color: rgb(223,223,178); }
H1.HeaderClassName
{
color: #DFDFB2;
}
.AnyTagClassName
{
color: #DFDFB2;
}
</style>
background-color css
<style>
a { background-color: #DFDFB2; }
a { background-color: rgb(223,223,178); }
div.DivClassName
{
background-color: #DFDFB2;
}
.BgClassName
{
background-color: #DFDFB2;
}
</style>
border-color css
<style>
span { border-color: #DFDFB2; }
span { border-color: rgb(223,223,178); }
td.TdClassName
{
border-color: #DFDFB2;
}
.TagClassName
{
border-color: #DFDFB2;
}
</style>