Shades of Loafer #DBD7C2
Tints of Loafer #DBD7C2
RGB
CMYK
RGB Variations
Color information
#DBD7C2 (or 0xDBD7C2) is known color: Loafer. HEX triplet: DB, D7 and C2. RGB value is (219,215,194). Sum of RGB (Red+Green+Blue) = 219+215+194=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 215 (84.38% from 255 or 34.24% from 628); Blue value is 194 (76.17% from 255 or 30.89% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7C2 is #24283D. Grayscale: #D5D5D5. Windows color (decimal): -2369598 or 12769243. OLE color: 12769243.
HSL color Cylindrical-coordinate representation of color #DBD7C2: hue angle of 50.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBD7C2 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 194 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.14 |
| HSL | 50.4º | 0.26% | 0.81% | - |
| HSV(B) | 50.4º | 0.11% | 0.86% | - |
| XYZ | 63.25 | 67.56 | 60.74 | - |
| YUV | 213.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 194 | 0 | 0.02 | 0.11 | 0.14 | 50.4 | 0.26 | 0.81 |
| Hex | DB | D7 | C2 | 0 | 2 | B | E | 32 | 1A | 51 |
| Octal | 333 | 327 | 302 | 0 | 2 | 13 | 16 | 62 | 32 | 121 |
| Binary | 11011011 | 11010111 | 11000010 | 0 | 10 | 1011 | 1110 | 110010 | 11010 | 1010001 |
Color Harmonies of #DBD7C2
Complementary color
Monochromatic Colors of #DBD7C2
Black with #DBD7C2
Text Example
Text Example
White with #DBD7C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7C2; }
p { color: rgb(219,215,194); }
H1.HeaderClassName
{
color: #DBD7C2;
}
.AnyTagClassName
{
color: #DBD7C2;
}
</style>
background-color css
<style>
a { background-color: #DBD7C2; }
a { background-color: rgb(219,215,194); }
div.DivClassName
{
background-color: #DBD7C2;
}
.BgClassName
{
background-color: #DBD7C2;
}
</style>
border-color css
<style>
span { border-color: #DBD7C2; }
span { border-color: rgb(219,215,194); }
td.TdClassName
{
border-color: #DBD7C2;
}
.TagClassName
{
border-color: #DBD7C2;
}
</style>