Shades of Tusk #DFE5B3
Tints of Tusk #DFE5B3
RGB
CMYK
RGB Variations
Color information
#DFE5B3 (or 0xDFE5B3) is known color: Tusk. HEX triplet: DF, E5 and B3. RGB value is (223,229,179). Sum of RGB (Red+Green+Blue) = 223+229+179=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 179 (70.31% from 255 or 28.37% from 631); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFE5B3 is #201A4C. Grayscale: #DDDDDD. Windows color (decimal): -2103885 or 11789791. OLE color: 11789791.
HSL color Cylindrical-coordinate representation of color #DFE5B3: hue angle of 67.2º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFE5B3 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 179 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.10 |
| HSL | 67.2º | 0.49% | 0.8% | - |
| HSV(B) | 67.2º | 0.22% | 0.9% | - |
| XYZ | 66.59 | 74.98 | 53.61 | - |
| YUV | 221.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 179 | 0.03 | 0 | 0.22 | 0.10 | 67.2 | 0.49 | 0.8 |
| Hex | DF | E5 | B3 | 3 | 0 | 16 | A | 43 | 31 | 50 |
| Octal | 337 | 345 | 263 | 3 | 0 | 26 | 12 | 103 | 61 | 120 |
| Binary | 11011111 | 11100101 | 10110011 | 11 | 0 | 10110 | 1010 | 1000011 | 110001 | 1010000 |
Color Harmonies of #DFE5B3
Complementary color
Monochromatic Colors of #DFE5B3
Black with #DFE5B3
Text Example
Text Example
White with #DFE5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5B3; }
p { color: rgb(223,229,179); }
H1.HeaderClassName
{
color: #DFE5B3;
}
.AnyTagClassName
{
color: #DFE5B3;
}
</style>
background-color css
<style>
a { background-color: #DFE5B3; }
a { background-color: rgb(223,229,179); }
div.DivClassName
{
background-color: #DFE5B3;
}
.BgClassName
{
background-color: #DFE5B3;
}
</style>
border-color css
<style>
span { border-color: #DFE5B3; }
span { border-color: rgb(223,229,179); }
td.TdClassName
{
border-color: #DFE5B3;
}
.TagClassName
{
border-color: #DFE5B3;
}
</style>