Shades of Tusk #DBE3B3
Tints of Tusk #DBE3B3
RGB
CMYK
RGB Variations
Color information
#DBE3B3 (or 0xDBE3B3) is known color: Tusk. HEX triplet: DB, E3 and B3. RGB value is (219,227,179). Sum of RGB (Red+Green+Blue) = 219+227+179=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 179 (70.31% from 255 or 28.64% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3B3 is #241C4C. Grayscale: #DBDBDB. Windows color (decimal): -2366541 or 11789275. OLE color: 11789275.
HSL color Cylindrical-coordinate representation of color #DBE3B3: hue angle of 70º 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 #DBE3B3 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 227 | 179 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.11 |
| HSL | 70º | 0.46% | 0.8% | - |
| HSV(B) | 70º | 0.21% | 0.89% | - |
| XYZ | 64.82 | 73.25 | 53.37 | - |
| YUV | 219.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 227 | 179 | 0.04 | 0 | 0.21 | 0.11 | 70 | 0.46 | 0.8 |
| Hex | DB | E3 | B3 | 4 | 0 | 15 | B | 46 | 2E | 50 |
| Octal | 333 | 343 | 263 | 4 | 0 | 25 | 13 | 106 | 56 | 120 |
| Binary | 11011011 | 11100011 | 10110011 | 100 | 0 | 10101 | 1011 | 1000110 | 101110 | 1010000 |
Color Harmonies of #DBE3B3
Complementary color
Monochromatic Colors of #DBE3B3
Black with #DBE3B3
Text Example
Text Example
White with #DBE3B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE3B3; }
p { color: rgb(219,227,179); }
H1.HeaderClassName
{
color: #DBE3B3;
}
.AnyTagClassName
{
color: #DBE3B3;
}
</style>
background-color css
<style>
a { background-color: #DBE3B3; }
a { background-color: rgb(219,227,179); }
div.DivClassName
{
background-color: #DBE3B3;
}
.BgClassName
{
background-color: #DBE3B3;
}
</style>
border-color css
<style>
span { border-color: #DBE3B3; }
span { border-color: rgb(219,227,179); }
td.TdClassName
{
border-color: #DBE3B3;
}
.TagClassName
{
border-color: #DBE3B3;
}
</style>