Shades of Tusk #DFE4B3
Tints of Tusk #DFE4B3
RGB
CMYK
RGB Variations
Color information
#DFE4B3 (or 0xDFE4B3) is known color: Tusk. HEX triplet: DF, E4 and B3. RGB value is (223,228,179). Sum of RGB (Red+Green+Blue) = 223+228+179=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 179 (70.31% from 255 or 28.41% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE4B3 is #201B4C. Grayscale: #DDDDDD. Windows color (decimal): -2104141 or 11789535. OLE color: 11789535.
HSL color Cylindrical-coordinate representation of color #DFE4B3: hue angle of 66.12º degrees, saturation: 0.48, 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 #DFE4B3 is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 179 | - |
| CMYK | 0.02 | 0 | 0.21 | 0.11 |
| HSL | 66.12º | 0.48% | 0.8% | - |
| HSV(B) | 66.12º | 0.21% | 0.89% | - |
| XYZ | 66.31 | 74.43 | 53.52 | - |
| YUV | 220.92 | 104.34 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 179 | 0.02 | 0 | 0.21 | 0.11 | 66.12 | 0.48 | 0.8 |
| Hex | DF | E4 | B3 | 2 | 0 | 15 | B | 42 | 30 | 50 |
| Octal | 337 | 344 | 263 | 2 | 0 | 25 | 13 | 102 | 60 | 120 |
| Binary | 11011111 | 11100100 | 10110011 | 10 | 0 | 10101 | 1011 | 1000010 | 110000 | 1010000 |
Color Harmonies of #DFE4B3
Complementary color
Monochromatic Colors of #DFE4B3
Black with #DFE4B3
Text Example
Text Example
White with #DFE4B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4B3; }
p { color: rgb(223,228,179); }
H1.HeaderClassName
{
color: #DFE4B3;
}
.AnyTagClassName
{
color: #DFE4B3;
}
</style>
background-color css
<style>
a { background-color: #DFE4B3; }
a { background-color: rgb(223,228,179); }
div.DivClassName
{
background-color: #DFE4B3;
}
.BgClassName
{
background-color: #DFE4B3;
}
</style>
border-color css
<style>
span { border-color: #DFE4B3; }
span { border-color: rgb(223,228,179); }
td.TdClassName
{
border-color: #DFE4B3;
}
.TagClassName
{
border-color: #DFE4B3;
}
</style>