Shades of Tusk #DBE5B3
Tints of Tusk #DBE5B3
RGB
CMYK
RGB Variations
Color information
#DBE5B3 (or 0xDBE5B3) is known color: Tusk. HEX triplet: DB, E5 and B3. RGB value is (219,229,179). Sum of RGB (Red+Green+Blue) = 219+229+179=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 229 (89.84% from 255 or 36.52% from 627); Blue value is 179 (70.31% from 255 or 28.55% from 627); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5B3 is #241A4C. Grayscale: #DCDCDC. Windows color (decimal): -2366029 or 11789787. OLE color: 11789787.
HSL color Cylindrical-coordinate representation of color #DBE5B3: hue angle of 72º 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 #DBE5B3 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 229 | 179 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.10 |
| HSL | 72º | 0.49% | 0.8% | - |
| HSV(B) | 72º | 0.22% | 0.9% | - |
| XYZ | 65.37 | 74.35 | 53.55 | - |
| YUV | 220.31 | 104.69 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 229 | 179 | 0.04 | 0 | 0.22 | 0.10 | 72 | 0.49 | 0.8 |
| Hex | DB | E5 | B3 | 4 | 0 | 16 | A | 48 | 31 | 50 |
| Octal | 333 | 345 | 263 | 4 | 0 | 26 | 12 | 110 | 61 | 120 |
| Binary | 11011011 | 11100101 | 10110011 | 100 | 0 | 10110 | 1010 | 1001000 | 110001 | 1010000 |
Color Harmonies of #DBE5B3
Complementary color
Monochromatic Colors of #DBE5B3
Black with #DBE5B3
Text Example
Text Example
White with #DBE5B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE5B3; }
p { color: rgb(219,229,179); }
H1.HeaderClassName
{
color: #DBE5B3;
}
.AnyTagClassName
{
color: #DBE5B3;
}
</style>
background-color css
<style>
a { background-color: #DBE5B3; }
a { background-color: rgb(219,229,179); }
div.DivClassName
{
background-color: #DBE5B3;
}
.BgClassName
{
background-color: #DBE5B3;
}
</style>
border-color css
<style>
span { border-color: #DBE5B3; }
span { border-color: rgb(219,229,179); }
td.TdClassName
{
border-color: #DBE5B3;
}
.TagClassName
{
border-color: #DBE5B3;
}
</style>