Shades of Loafer #DBD8C0
Tints of Loafer #DBD8C0
RGB
CMYK
RGB Variations
Color information
#DBD8C0 (or 0xDBD8C0) is known color: Loafer. HEX triplet: DB, D8 and C0. RGB value is (219,216,192). Sum of RGB (Red+Green+Blue) = 219+216+192=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 216 (84.77% from 255 or 34.45% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD8C0 is #24273F. Grayscale: #D6D6D6. Windows color (decimal): -2369344 or 12638427. OLE color: 12638427.
HSL color Cylindrical-coordinate representation of color #DBD8C0: hue angle of 53.33º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBD8C0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 216 | 192 | - |
CMYK | 0 | 0.01 | 0.12 | 0.14 |
HSL | 53.33º | 0.27% | 0.81% | - |
HSV(B) | 53.33º | 0.12% | 0.86% | - |
XYZ | 63.28 | 67.98 | 59.65 | - |
YUV | 214.16 | 115.49 | 131.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 216 | 192 | 0 | 0.01 | 0.12 | 0.14 | 53.33 | 0.27 | 0.81 |
Hex | DB | D8 | C0 | 0 | 1 | C | E | 35 | 1B | 51 |
Octal | 333 | 330 | 300 | 0 | 1 | 14 | 16 | 65 | 33 | 121 |
Binary | 11011011 | 11011000 | 11000000 | 0 | 1 | 1100 | 1110 | 110101 | 11011 | 1010001 |
Color Harmonies of #DBD8C0
Complementary color
Monochromatic Colors of #DBD8C0
Black with #DBD8C0
Text Example
Text Example
White with #DBD8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD8C0; }
p { color: rgb(219,216,192); }
H1.HeaderClassName
{
color: #DBD8C0;
}
.AnyTagClassName
{
color: #DBD8C0;
}
</style>
background-color css
<style>
a { background-color: #DBD8C0; }
a { background-color: rgb(219,216,192); }
div.DivClassName
{
background-color: #DBD8C0;
}
.BgClassName
{
background-color: #DBD8C0;
}
</style>
border-color css
<style>
span { border-color: #DBD8C0; }
span { border-color: rgb(219,216,192); }
td.TdClassName
{
border-color: #DBD8C0;
}
.TagClassName
{
border-color: #DBD8C0;
}
</style>