Shades of Tusk #DBDFB8
Tints of Tusk #DBDFB8
RGB
CMYK
RGB Variations
Color information
#DBDFB8 (or 0xDBDFB8) is known color: Tusk. HEX triplet: DB, DF and B8. RGB value is (219,223,184). Sum of RGB (Red+Green+Blue) = 219+223+184=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 184 (72.27% from 255 or 29.39% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDFB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDFB8 is #242047. Grayscale: #D9D9D9. Windows color (decimal): -2367560 or 12115931. OLE color: 12115931.
HSL color Cylindrical-coordinate representation of color #DBDFB8: hue angle of 66.15º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBDFB8 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 184 | - |
CMYK | 0.02 | 0 | 0.17 | 0.13 |
HSL | 66.15º | 0.38% | 0.8% | - |
HSV(B) | 66.15º | 0.17% | 0.87% | - |
XYZ | 64.25 | 71.3 | 55.72 | - |
YUV | 217.36 | 109.17 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 184 | 0.02 | 0 | 0.17 | 0.13 | 66.15 | 0.38 | 0.8 |
Hex | DB | DF | B8 | 2 | 0 | 11 | D | 42 | 26 | 50 |
Octal | 333 | 337 | 270 | 2 | 0 | 21 | 15 | 102 | 46 | 120 |
Binary | 11011011 | 11011111 | 10111000 | 10 | 0 | 10001 | 1101 | 1000010 | 100110 | 1010000 |
Color Harmonies of #DBDFB8
Complementary color
Monochromatic Colors of #DBDFB8
Black with #DBDFB8
Text Example
Text Example
White with #DBDFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDFB8; }
p { color: rgb(219,223,184); }
H1.HeaderClassName
{
color: #DBDFB8;
}
.AnyTagClassName
{
color: #DBDFB8;
}
</style>
background-color css
<style>
a { background-color: #DBDFB8; }
a { background-color: rgb(219,223,184); }
div.DivClassName
{
background-color: #DBDFB8;
}
.BgClassName
{
background-color: #DBDFB8;
}
</style>
border-color css
<style>
span { border-color: #DBDFB8; }
span { border-color: rgb(219,223,184); }
td.TdClassName
{
border-color: #DBDFB8;
}
.TagClassName
{
border-color: #DBDFB8;
}
</style>