Shades of Loafer #DBD8BA
Tints of Loafer #DBD8BA
RGB
CMYK
RGB Variations
Color information
#DBD8BA (or 0xDBD8BA) is known color: Loafer. HEX triplet: DB, D8 and BA. RGB value is (219,216,186). Sum of RGB (Red+Green+Blue) = 219+216+186=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8BA is #242745. Grayscale: #D5D5D5. Windows color (decimal): -2369350 or 12245211. OLE color: 12245211.
HSL color Cylindrical-coordinate representation of color #DBD8BA: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DBD8BA is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 216 | 186 | - |
| CMYK | 0 | 0.01 | 0.15 | 0.14 |
| HSL | 54.55º | 0.31% | 0.79% | - |
| HSV(B) | 54.55º | 0.15% | 0.86% | - |
| XYZ | 62.63 | 67.72 | 56.22 | - |
| YUV | 213.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 216 | 186 | 0 | 0.01 | 0.15 | 0.14 | 54.55 | 0.31 | 0.79 |
| Hex | DB | D8 | BA | 0 | 1 | F | E | 37 | 1F | 4F |
| Octal | 333 | 330 | 272 | 0 | 1 | 17 | 16 | 67 | 37 | 117 |
| Binary | 11011011 | 11011000 | 10111010 | 0 | 1 | 1111 | 1110 | 110111 | 11111 | 1001111 |
Color Harmonies of #DBD8BA
Complementary color
Monochromatic Colors of #DBD8BA
Black with #DBD8BA
Text Example
Text Example
White with #DBD8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8BA; }
p { color: rgb(219,216,186); }
H1.HeaderClassName
{
color: #DBD8BA;
}
.AnyTagClassName
{
color: #DBD8BA;
}
</style>
background-color css
<style>
a { background-color: #DBD8BA; }
a { background-color: rgb(219,216,186); }
div.DivClassName
{
background-color: #DBD8BA;
}
.BgClassName
{
background-color: #DBD8BA;
}
</style>
border-color css
<style>
span { border-color: #DBD8BA; }
span { border-color: rgb(219,216,186); }
td.TdClassName
{
border-color: #DBD8BA;
}
.TagClassName
{
border-color: #DBD8BA;
}
</style>