Shades of Tusk #DBDF9F
Tints of Tusk #DBDF9F
RGB
CMYK
RGB Variations
Color information
#DBDF9F (or 0xDBDF9F) is known color: Tusk. HEX triplet: DB, DF and 9F. RGB value is (219,223,159). Sum of RGB (Red+Green+Blue) = 219+223+159=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 159 (62.5% from 255 or 26.46% from 601); Max value from RGB is 223 - color contains mainly: green. Hex color #DBDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDF9F is #242060. Grayscale: #D6D6D6. Windows color (decimal): -2367585 or 10477531. OLE color: 10477531.
HSL color Cylindrical-coordinate representation of color #DBDF9F: hue angle of 63.75º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBDF9F is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 223 | 159 | - |
CMYK | 0.02 | 0 | 0.29 | 0.13 |
HSL | 63.75º | 0.5% | 0.75% | - |
HSV(B) | 63.75º | 0.29% | 0.87% | - |
XYZ | 61.86 | 70.34 | 43.12 | - |
YUV | 214.51 | 96.67 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 223 | 159 | 0.02 | 0 | 0.29 | 0.13 | 63.75 | 0.5 | 0.75 |
Hex | DB | DF | 9F | 2 | 0 | 1D | D | 40 | 32 | 4B |
Octal | 333 | 337 | 237 | 2 | 0 | 35 | 15 | 100 | 62 | 113 |
Binary | 11011011 | 11011111 | 10011111 | 10 | 0 | 11101 | 1101 | 1000000 | 110010 | 1001011 |
Color Harmonies of #DBDF9F
Complementary color
Monochromatic Colors of #DBDF9F
Black with #DBDF9F
Text Example
Text Example
White with #DBDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDF9F; }
p { color: rgb(219,223,159); }
H1.HeaderClassName
{
color: #DBDF9F;
}
.AnyTagClassName
{
color: #DBDF9F;
}
</style>
background-color css
<style>
a { background-color: #DBDF9F; }
a { background-color: rgb(219,223,159); }
div.DivClassName
{
background-color: #DBDF9F;
}
.BgClassName
{
background-color: #DBDF9F;
}
</style>
border-color css
<style>
span { border-color: #DBDF9F; }
span { border-color: rgb(219,223,159); }
td.TdClassName
{
border-color: #DBDF9F;
}
.TagClassName
{
border-color: #DBDF9F;
}
</style>