Shades of Tusk #DFE3B2
Tints of Tusk #DFE3B2
RGB
CMYK
RGB Variations
Color information
#DFE3B2 (or 0xDFE3B2) is known color: Tusk. HEX triplet: DF, E3 and B2. RGB value is (223,227,178). Sum of RGB (Red+Green+Blue) = 223+227+178=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 178 (69.92% from 255 or 28.34% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE3B2 is #201C4D. Grayscale: #DCDCDC. Windows color (decimal): -2104398 or 11723743. OLE color: 11723743.
HSL color Cylindrical-coordinate representation of color #DFE3B2: hue angle of 64.9º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFE3B2 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 178 | - |
| CMYK | 0.02 | 0 | 0.22 | 0.11 |
| HSL | 64.9º | 0.47% | 0.79% | - |
| HSV(B) | 64.9º | 0.22% | 0.89% | - |
| XYZ | 65.94 | 73.84 | 52.9 | - |
| YUV | 220.22 | 104.17 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 178 | 0.02 | 0 | 0.22 | 0.11 | 64.9 | 0.47 | 0.79 |
| Hex | DF | E3 | B2 | 2 | 0 | 16 | B | 41 | 2F | 4F |
| Octal | 337 | 343 | 262 | 2 | 0 | 26 | 13 | 101 | 57 | 117 |
| Binary | 11011111 | 11100011 | 10110010 | 10 | 0 | 10110 | 1011 | 1000001 | 101111 | 1001111 |
Color Harmonies of #DFE3B2
Complementary color
Monochromatic Colors of #DFE3B2
Black with #DFE3B2
Text Example
Text Example
White with #DFE3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3B2; }
p { color: rgb(223,227,178); }
H1.HeaderClassName
{
color: #DFE3B2;
}
.AnyTagClassName
{
color: #DFE3B2;
}
</style>
background-color css
<style>
a { background-color: #DFE3B2; }
a { background-color: rgb(223,227,178); }
div.DivClassName
{
background-color: #DFE3B2;
}
.BgClassName
{
background-color: #DFE3B2;
}
</style>
border-color css
<style>
span { border-color: #DFE3B2; }
span { border-color: rgb(223,227,178); }
td.TdClassName
{
border-color: #DFE3B2;
}
.TagClassName
{
border-color: #DFE3B2;
}
</style>