Shades of Tusk #DFE3B3
Tints of Tusk #DFE3B3
RGB
CMYK
RGB Variations
Color information
#DFE3B3 (or 0xDFE3B3) is known color: Tusk. HEX triplet: DF, E3 and B3. RGB value is (223,227,179). Sum of RGB (Red+Green+Blue) = 223+227+179=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 179 (70.31% from 255 or 28.46% from 629); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE3B3 is #201C4C. Grayscale: #DCDCDC. Windows color (decimal): -2104397 or 11789279. OLE color: 11789279.
HSL color Cylindrical-coordinate representation of color #DFE3B3: hue angle of 65º 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 #DFE3B3 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 179 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.11 |
| HSL | 65º | 0.46% | 0.8% | - |
| HSV(B) | 65º | 0.21% | 0.89% | - |
| XYZ | 66.04 | 73.88 | 53.43 | - |
| YUV | 220.33 | 104.67 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 179 | 0.02 | 0 | 0.21 | 0.11 | 65 | 0.46 | 0.8 |
| Hex | DF | E3 | B3 | 2 | 0 | 15 | B | 41 | 2E | 50 |
| Octal | 337 | 343 | 263 | 2 | 0 | 25 | 13 | 101 | 56 | 120 |
| Binary | 11011111 | 11100011 | 10110011 | 10 | 0 | 10101 | 1011 | 1000001 | 101110 | 1010000 |
Color Harmonies of #DFE3B3
Complementary color
Monochromatic Colors of #DFE3B3
Black with #DFE3B3
Text Example
Text Example
White with #DFE3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3B3; }
p { color: rgb(223,227,179); }
H1.HeaderClassName
{
color: #DFE3B3;
}
.AnyTagClassName
{
color: #DFE3B3;
}
</style>
background-color css
<style>
a { background-color: #DFE3B3; }
a { background-color: rgb(223,227,179); }
div.DivClassName
{
background-color: #DFE3B3;
}
.BgClassName
{
background-color: #DFE3B3;
}
</style>
border-color css
<style>
span { border-color: #DFE3B3; }
span { border-color: rgb(223,227,179); }
td.TdClassName
{
border-color: #DFE3B3;
}
.TagClassName
{
border-color: #DFE3B3;
}
</style>