Shades of Tusk #DFE5B2
Tints of Tusk #DFE5B2
RGB
CMYK
RGB Variations
Color information
#DFE5B2 (or 0xDFE5B2) is known color: Tusk. HEX triplet: DF, E5 and B2. RGB value is (223,229,178). Sum of RGB (Red+Green+Blue) = 223+229+178=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 229 (89.84% from 255 or 36.35% from 630); Blue value is 178 (69.92% from 255 or 28.25% from 630); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE5B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE5B2 is #201A4D. Grayscale: #DDDDDD. Windows color (decimal): -2103886 or 11724255. OLE color: 11724255.
HSL color Cylindrical-coordinate representation of color #DFE5B2: hue angle of 67.06º degrees, saturation: 0.5, 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 #DFE5B2 is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 178 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.10 |
| HSL | 67.06º | 0.5% | 0.8% | - |
| HSV(B) | 67.06º | 0.22% | 0.9% | - |
| XYZ | 66.49 | 74.94 | 53.08 | - |
| YUV | 221.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 178 | 0.03 | 0 | 0.22 | 0.10 | 67.06 | 0.5 | 0.8 |
| Hex | DF | E5 | B2 | 3 | 0 | 16 | A | 43 | 32 | 50 |
| Octal | 337 | 345 | 262 | 3 | 0 | 26 | 12 | 103 | 62 | 120 |
| Binary | 11011111 | 11100101 | 10110010 | 11 | 0 | 10110 | 1010 | 1000011 | 110010 | 1010000 |
Color Harmonies of #DFE5B2
Complementary color
Monochromatic Colors of #DFE5B2
Black with #DFE5B2
Text Example
Text Example
White with #DFE5B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5B2; }
p { color: rgb(223,229,178); }
H1.HeaderClassName
{
color: #DFE5B2;
}
.AnyTagClassName
{
color: #DFE5B2;
}
</style>
background-color css
<style>
a { background-color: #DFE5B2; }
a { background-color: rgb(223,229,178); }
div.DivClassName
{
background-color: #DFE5B2;
}
.BgClassName
{
background-color: #DFE5B2;
}
</style>
border-color css
<style>
span { border-color: #DFE5B2; }
span { border-color: rgb(223,229,178); }
td.TdClassName
{
border-color: #DFE5B2;
}
.TagClassName
{
border-color: #DFE5B2;
}
</style>