Shades of Tusk #DBDCAD
Tints of Tusk #DBDCAD
RGB
CMYK
RGB Variations
Color information
#DBDCAD (or 0xDBDCAD) is known color: Tusk. HEX triplet: DB, DC and AD. RGB value is (219,220,173). Sum of RGB (Red+Green+Blue) = 219+220+173=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDCAD is #242352. Grayscale: #D6D6D6. Windows color (decimal): -2368339 or 11394267. OLE color: 11394267.
HSL color Cylindrical-coordinate representation of color #DBDCAD: hue angle of 61.28º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDCAD is Cyan = 0.00, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 220 | 173 | - |
CMYK | 0.00 | 0 | 0.21 | 0.14 |
HSL | 61.28º | 0.4% | 0.77% | - |
HSV(B) | 61.28º | 0.21% | 0.86% | - |
XYZ | 62.35 | 69.26 | 49.62 | - |
YUV | 214.34 | 104.67 | 131.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 220 | 173 | 0.00 | 0 | 0.21 | 0.14 | 61.28 | 0.4 | 0.77 |
Hex | DB | DC | AD | 0 | 0 | 15 | E | 3D | 28 | 4D |
Octal | 333 | 334 | 255 | 0 | 0 | 25 | 16 | 75 | 50 | 115 |
Binary | 11011011 | 11011100 | 10101101 | 0 | 0 | 10101 | 1110 | 111101 | 101000 | 1001101 |
Color Harmonies of #DBDCAD
Complementary color
Monochromatic Colors of #DBDCAD
Black with #DBDCAD
Text Example
Text Example
White with #DBDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDCAD; }
p { color: rgb(219,220,173); }
H1.HeaderClassName
{
color: #DBDCAD;
}
.AnyTagClassName
{
color: #DBDCAD;
}
</style>
background-color css
<style>
a { background-color: #DBDCAD; }
a { background-color: rgb(219,220,173); }
div.DivClassName
{
background-color: #DBDCAD;
}
.BgClassName
{
background-color: #DBDCAD;
}
</style>
border-color css
<style>
span { border-color: #DBDCAD; }
span { border-color: rgb(219,220,173); }
td.TdClassName
{
border-color: #DBDCAD;
}
.TagClassName
{
border-color: #DBDCAD;
}
</style>