Shades of Loafer #DBD9C0
Tints of Loafer #DBD9C0
RGB
CMYK
RGB Variations
Color information
#DBD9C0 (or 0xDBD9C0) is known color: Loafer. HEX triplet: DB, D9 and C0. RGB value is (219,217,192). Sum of RGB (Red+Green+Blue) = 219+217+192=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 217 (85.16% from 255 or 34.55% from 628); Blue value is 192 (75.39% from 255 or 30.57% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9C0 is #24263F. Grayscale: #D6D6D6. Windows color (decimal): -2369088 or 12638683. OLE color: 12638683.
HSL color Cylindrical-coordinate representation of color #DBD9C0: hue angle of 55.56º 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 #DBD9C0 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 217 | 192 | - |
CMYK | 0 | 0.01 | 0.12 | 0.14 |
HSL | 55.56º | 0.27% | 0.81% | - |
HSV(B) | 55.56º | 0.12% | 0.86% | - |
XYZ | 63.54 | 68.49 | 59.74 | - |
YUV | 214.75 | 115.16 | 131.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 217 | 192 | 0 | 0.01 | 0.12 | 0.14 | 55.56 | 0.27 | 0.81 |
Hex | DB | D9 | C0 | 0 | 1 | C | E | 38 | 1B | 51 |
Octal | 333 | 331 | 300 | 0 | 1 | 14 | 16 | 70 | 33 | 121 |
Binary | 11011011 | 11011001 | 11000000 | 0 | 1 | 1100 | 1110 | 111000 | 11011 | 1010001 |
Color Harmonies of #DBD9C0
Complementary color
Monochromatic Colors of #DBD9C0
Black with #DBD9C0
Text Example
Text Example
White with #DBD9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD9C0; }
p { color: rgb(219,217,192); }
H1.HeaderClassName
{
color: #DBD9C0;
}
.AnyTagClassName
{
color: #DBD9C0;
}
</style>
background-color css
<style>
a { background-color: #DBD9C0; }
a { background-color: rgb(219,217,192); }
div.DivClassName
{
background-color: #DBD9C0;
}
.BgClassName
{
background-color: #DBD9C0;
}
</style>
border-color css
<style>
span { border-color: #DBD9C0; }
span { border-color: rgb(219,217,192); }
td.TdClassName
{
border-color: #DBD9C0;
}
.TagClassName
{
border-color: #DBD9C0;
}
</style>