Shades of Gallery #DBD7D1
Tints of Gallery #DBD7D1
RGB
CMYK
RGB Variations
Color information
#DBD7D1 (or 0xDBD7D1) is known color: Gallery. HEX triplet: DB, D7 and D1. RGB value is (219,215,209). Sum of RGB (Red+Green+Blue) = 219+215+209=643 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.06% from 643); Green value is 215 (84.38% from 255 or 33.44% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD7D1 is #24282E. Grayscale: #D7D7D7. Windows color (decimal): -2369583 or 13752283. OLE color: 13752283.
HSL color Cylindrical-coordinate representation of color #DBD7D1: hue angle of 36º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBD7D1 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 215 | 209 | - |
CMYK | 0 | 0.02 | 0.05 | 0.14 |
HSL | 36º | 0.12% | 0.84% | - |
HSV(B) | 36º | 0.05% | 0.86% | - |
XYZ | 65.02 | 68.26 | 70.07 | - |
YUV | 215.51 | 124.33 | 130.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 215 | 209 | 0 | 0.02 | 0.05 | 0.14 | 36 | 0.12 | 0.84 |
Hex | DB | D7 | D1 | 0 | 2 | 5 | E | 24 | C | 54 |
Octal | 333 | 327 | 321 | 0 | 2 | 5 | 16 | 44 | 14 | 124 |
Binary | 11011011 | 11010111 | 11010001 | 0 | 10 | 101 | 1110 | 100100 | 1100 | 1010100 |
Color Harmonies of #DBD7D1
Complementary color
Monochromatic Colors of #DBD7D1
Black with #DBD7D1
Text Example
Text Example
White with #DBD7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD7D1; }
p { color: rgb(219,215,209); }
H1.HeaderClassName
{
color: #DBD7D1;
}
.AnyTagClassName
{
color: #DBD7D1;
}
</style>
background-color css
<style>
a { background-color: #DBD7D1; }
a { background-color: rgb(219,215,209); }
div.DivClassName
{
background-color: #DBD7D1;
}
.BgClassName
{
background-color: #DBD7D1;
}
</style>
border-color css
<style>
span { border-color: #DBD7D1; }
span { border-color: rgb(219,215,209); }
td.TdClassName
{
border-color: #DBD7D1;
}
.TagClassName
{
border-color: #DBD7D1;
}
</style>