Shades of Loafer #DBDBBD
Tints of Loafer #DBDBBD
RGB
CMYK
RGB Variations
Color information
#DBDBBD (or 0xDBDBBD) is known color: Loafer. HEX triplet: DB, DB and BD. RGB value is (219,219,189). Sum of RGB (Red+Green+Blue) = 219+219+189=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBBD is #242442. Grayscale: #D7D7D7. Windows color (decimal): -2368579 or 12442587. OLE color: 12442587.
HSL color Cylindrical-coordinate representation of color #DBDBBD: hue angle of 60º 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 #DBDBBD is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 189 | - |
CMYK | 0 | 0 | 0.14 | 0.14 |
HSL | 60º | 0.29% | 0.8% | - |
HSV(B) | 60º | 0.14% | 0.86% | - |
XYZ | 63.73 | 69.4 | 58.18 | - |
YUV | 215.58 | 113 | 130.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 189 | 0 | 0 | 0.14 | 0.14 | 60 | 0.29 | 0.8 |
Hex | DB | DB | BD | 0 | 0 | E | E | 3C | 1D | 50 |
Octal | 333 | 333 | 275 | 0 | 0 | 16 | 16 | 74 | 35 | 120 |
Binary | 11011011 | 11011011 | 10111101 | 0 | 0 | 1110 | 1110 | 111100 | 11101 | 1010000 |
Color Harmonies of #DBDBBD
Complementary color
Monochromatic Colors of #DBDBBD
Black with #DBDBBD
Text Example
Text Example
White with #DBDBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBBD; }
p { color: rgb(219,219,189); }
H1.HeaderClassName
{
color: #DBDBBD;
}
.AnyTagClassName
{
color: #DBDBBD;
}
</style>
background-color css
<style>
a { background-color: #DBDBBD; }
a { background-color: rgb(219,219,189); }
div.DivClassName
{
background-color: #DBDBBD;
}
.BgClassName
{
background-color: #DBDBBD;
}
</style>
border-color css
<style>
span { border-color: #DBDBBD; }
span { border-color: rgb(219,219,189); }
td.TdClassName
{
border-color: #DBDBBD;
}
.TagClassName
{
border-color: #DBDBBD;
}
</style>