Shades of Loafer #DBDABD
Tints of Loafer #DBDABD
RGB
CMYK
RGB Variations
Color information
#DBDABD (or 0xDBDABD) is known color: Loafer. HEX triplet: DB, DA and BD. RGB value is (219,218,189). Sum of RGB (Red+Green+Blue) = 219+218+189=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 218 (85.55% from 255 or 34.82% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDABD is #242542. Grayscale: #D7D7D7. Windows color (decimal): -2368835 or 12442331. OLE color: 12442331.
HSL color Cylindrical-coordinate representation of color #DBDABD: hue angle of 58º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBDABD is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 189 | - |
CMYK | 0 | 0.00 | 0.14 | 0.14 |
HSL | 58º | 0.29% | 0.8% | - |
HSV(B) | 58º | 0.14% | 0.86% | - |
XYZ | 63.47 | 68.88 | 58.09 | - |
YUV | 214.99 | 113.33 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 189 | 0 | 0.00 | 0.14 | 0.14 | 58 | 0.29 | 0.8 |
Hex | DB | DA | BD | 0 | 0 | E | E | 3A | 1D | 50 |
Octal | 333 | 332 | 275 | 0 | 0 | 16 | 16 | 72 | 35 | 120 |
Binary | 11011011 | 11011010 | 10111101 | 0 | 0 | 1110 | 1110 | 111010 | 11101 | 1010000 |
Color Harmonies of #DBDABD
Complementary color
Monochromatic Colors of #DBDABD
Black with #DBDABD
Text Example
Text Example
White with #DBDABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDABD; }
p { color: rgb(219,218,189); }
H1.HeaderClassName
{
color: #DBDABD;
}
.AnyTagClassName
{
color: #DBDABD;
}
</style>
background-color css
<style>
a { background-color: #DBDABD; }
a { background-color: rgb(219,218,189); }
div.DivClassName
{
background-color: #DBDABD;
}
.BgClassName
{
background-color: #DBDABD;
}
</style>
border-color css
<style>
span { border-color: #DBDABD; }
span { border-color: rgb(219,218,189); }
td.TdClassName
{
border-color: #DBDABD;
}
.TagClassName
{
border-color: #DBDABD;
}
</style>