Shades of Tusk #DBDFB3
Tints of Tusk #DBDFB3
RGB
CMYK
RGB Variations
Color information
#DBDFB3 (or 0xDBDFB3) is known color: Tusk. HEX triplet: DB, DF and B3. RGB value is (219,223,179). Sum of RGB (Red+Green+Blue) = 219+223+179=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 179 (70.31% from 255 or 28.82% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFB3 is #24204C. Grayscale: #D8D8D8. Windows color (decimal): -2367565 or 11788251. OLE color: 11788251.
HSL color Cylindrical-coordinate representation of color #DBDFB3: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDFB3 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 223 | 179 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.13 |
| HSL | 65.45º | 0.41% | 0.79% | - |
| HSV(B) | 65.45º | 0.2% | 0.87% | - |
| XYZ | 63.74 | 71.09 | 53.01 | - |
| YUV | 216.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 223 | 179 | 0.02 | 0 | 0.20 | 0.13 | 65.45 | 0.41 | 0.79 |
| Hex | DB | DF | B3 | 2 | 0 | 14 | D | 41 | 29 | 4F |
| Octal | 333 | 337 | 263 | 2 | 0 | 24 | 15 | 101 | 51 | 117 |
| Binary | 11011011 | 11011111 | 10110011 | 10 | 0 | 10100 | 1101 | 1000001 | 101001 | 1001111 |
Color Harmonies of #DBDFB3
Complementary color
Monochromatic Colors of #DBDFB3
Black with #DBDFB3
Text Example
Text Example
White with #DBDFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFB3; }
p { color: rgb(219,223,179); }
H1.HeaderClassName
{
color: #DBDFB3;
}
.AnyTagClassName
{
color: #DBDFB3;
}
</style>
background-color css
<style>
a { background-color: #DBDFB3; }
a { background-color: rgb(219,223,179); }
div.DivClassName
{
background-color: #DBDFB3;
}
.BgClassName
{
background-color: #DBDFB3;
}
</style>
border-color css
<style>
span { border-color: #DBDFB3; }
span { border-color: rgb(219,223,179); }
td.TdClassName
{
border-color: #DBDFB3;
}
.TagClassName
{
border-color: #DBDFB3;
}
</style>