Shades of Loafer #DBD7C3
Tints of Loafer #DBD7C3
RGB
CMYK
RGB Variations
Color information
#DBD7C3 (or 0xDBD7C3) is known color: Loafer. HEX triplet: DB, D7 and C3. RGB value is (219,215,195). Sum of RGB (Red+Green+Blue) = 219+215+195=629 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.82% from 629); Green value is 215 (84.38% from 255 or 34.18% from 629); Blue value is 195 (76.56% from 255 or 31.00% from 629); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7C3 is #24283C. Grayscale: #D6D6D6. Windows color (decimal): -2369597 or 12834779. OLE color: 12834779.
HSL color Cylindrical-coordinate representation of color #DBD7C3: hue angle of 50º degrees, saturation: 0.25, 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 #DBD7C3 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 195 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.14 |
| HSL | 50º | 0.25% | 0.81% | - |
| HSV(B) | 50º | 0.11% | 0.86% | - |
| XYZ | 63.36 | 67.6 | 61.34 | - |
| YUV | 213.92 | 117.33 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 195 | 0 | 0.02 | 0.11 | 0.14 | 50 | 0.25 | 0.81 |
| Hex | DB | D7 | C3 | 0 | 2 | B | E | 32 | 19 | 51 |
| Octal | 333 | 327 | 303 | 0 | 2 | 13 | 16 | 62 | 31 | 121 |
| Binary | 11011011 | 11010111 | 11000011 | 0 | 10 | 1011 | 1110 | 110010 | 11001 | 1010001 |
Color Harmonies of #DBD7C3
Complementary color
Monochromatic Colors of #DBD7C3
Black with #DBD7C3
Text Example
Text Example
White with #DBD7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7C3; }
p { color: rgb(219,215,195); }
H1.HeaderClassName
{
color: #DBD7C3;
}
.AnyTagClassName
{
color: #DBD7C3;
}
</style>
background-color css
<style>
a { background-color: #DBD7C3; }
a { background-color: rgb(219,215,195); }
div.DivClassName
{
background-color: #DBD7C3;
}
.BgClassName
{
background-color: #DBD7C3;
}
</style>
border-color css
<style>
span { border-color: #DBD7C3; }
span { border-color: rgb(219,215,195); }
td.TdClassName
{
border-color: #DBD7C3;
}
.TagClassName
{
border-color: #DBD7C3;
}
</style>