Shades of Pancho #DBBD9E
Tints of Pancho #DBBD9E
RGB
CMYK
RGB Variations
Color information
#DBBD9E (or 0xDBBD9E) is known color: Pancho. HEX triplet: DB, BD and 9E. RGB value is (219,189,158). Sum of RGB (Red+Green+Blue) = 219+189+158=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 189 (74.22% from 255 or 33.39% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD9E is #244261. Grayscale: #C2C2C2. Windows color (decimal): -2376290 or 10403291. OLE color: 10403291.
HSL color Cylindrical-coordinate representation of color #DBBD9E: hue angle of 30.49º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBBD9E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 158 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.14 |
| HSL | 30.49º | 0.46% | 0.74% | - |
| HSV(B) | 30.49º | 0.28% | 0.86% | - |
| XYZ | 53.58 | 53.92 | 39.93 | - |
| YUV | 194.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 158 | 0 | 0.14 | 0.28 | 0.14 | 30.49 | 0.46 | 0.74 |
| Hex | DB | BD | 9E | 0 | E | 1C | E | 1E | 2E | 4A |
| Octal | 333 | 275 | 236 | 0 | 16 | 34 | 16 | 36 | 56 | 112 |
| Binary | 11011011 | 10111101 | 10011110 | 0 | 1110 | 11100 | 1110 | 11110 | 101110 | 1001010 |
Color Harmonies of #DBBD9E
Complementary color
Monochromatic Colors of #DBBD9E
Black with #DBBD9E
Text Example
Text Example
White with #DBBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD9E; }
p { color: rgb(219,189,158); }
H1.HeaderClassName
{
color: #DBBD9E;
}
.AnyTagClassName
{
color: #DBBD9E;
}
</style>
background-color css
<style>
a { background-color: #DBBD9E; }
a { background-color: rgb(219,189,158); }
div.DivClassName
{
background-color: #DBBD9E;
}
.BgClassName
{
background-color: #DBBD9E;
}
</style>
border-color css
<style>
span { border-color: #DBBD9E; }
span { border-color: rgb(219,189,158); }
td.TdClassName
{
border-color: #DBBD9E;
}
.TagClassName
{
border-color: #DBBD9E;
}
</style>