Shades of Tusk #DFE3B4
Tints of Tusk #DFE3B4
RGB
CMYK
RGB Variations
Color information
#DFE3B4 (or 0xDFE3B4) is known color: Tusk. HEX triplet: DF, E3 and B4. RGB value is (223,227,180). Sum of RGB (Red+Green+Blue) = 223+227+180=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 227 (89.06% from 255 or 36.03% from 630); Blue value is 180 (70.70% from 255 or 28.57% from 630); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3B4 is #201C4B. Grayscale: #DCDCDC. Windows color (decimal): -2104396 or 11854815. OLE color: 11854815.
HSL color Cylindrical-coordinate representation of color #DFE3B4: hue angle of 65.11º degrees, saturation: 0.46, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFE3B4 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 180 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.11 |
| HSL | 65.11º | 0.46% | 0.8% | - |
| HSV(B) | 65.11º | 0.21% | 0.89% | - |
| XYZ | 66.14 | 73.92 | 53.96 | - |
| YUV | 220.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 180 | 0.02 | 0 | 0.21 | 0.11 | 65.11 | 0.46 | 0.8 |
| Hex | DF | E3 | B4 | 2 | 0 | 15 | B | 41 | 2E | 50 |
| Octal | 337 | 343 | 264 | 2 | 0 | 25 | 13 | 101 | 56 | 120 |
| Binary | 11011111 | 11100011 | 10110100 | 10 | 0 | 10101 | 1011 | 1000001 | 101110 | 1010000 |
Color Harmonies of #DFE3B4
Complementary color
Monochromatic Colors of #DFE3B4
Black with #DFE3B4
Text Example
Text Example
White with #DFE3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3B4; }
p { color: rgb(223,227,180); }
H1.HeaderClassName
{
color: #DFE3B4;
}
.AnyTagClassName
{
color: #DFE3B4;
}
</style>
background-color css
<style>
a { background-color: #DFE3B4; }
a { background-color: rgb(223,227,180); }
div.DivClassName
{
background-color: #DFE3B4;
}
.BgClassName
{
background-color: #DFE3B4;
}
</style>
border-color css
<style>
span { border-color: #DFE3B4; }
span { border-color: rgb(223,227,180); }
td.TdClassName
{
border-color: #DFE3B4;
}
.TagClassName
{
border-color: #DFE3B4;
}
</style>