Shades of Pancho #DBBD9B
Tints of Pancho #DBBD9B
RGB
CMYK
RGB Variations
Color information
#DBBD9B (or 0xDBBD9B) is known color: Pancho. HEX triplet: DB, BD and 9B. RGB value is (219,189,155). Sum of RGB (Red+Green+Blue) = 219+189+155=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 189 (74.22% from 255 or 33.57% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD9B is #244264. Grayscale: #C2C2C2. Windows color (decimal): -2376293 or 10206683. OLE color: 10206683.
HSL color Cylindrical-coordinate representation of color #DBBD9B: hue angle of 31.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBBD9B is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 155 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.14 |
| HSL | 31.88º | 0.47% | 0.73% | - |
| HSV(B) | 31.88º | 0.29% | 0.86% | - |
| XYZ | 53.33 | 53.82 | 38.59 | - |
| YUV | 194.09 | 105.94 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 155 | 0 | 0.14 | 0.29 | 0.14 | 31.88 | 0.47 | 0.73 |
| Hex | DB | BD | 9B | 0 | E | 1D | E | 20 | 2F | 49 |
| Octal | 333 | 275 | 233 | 0 | 16 | 35 | 16 | 40 | 57 | 111 |
| Binary | 11011011 | 10111101 | 10011011 | 0 | 1110 | 11101 | 1110 | 100000 | 101111 | 1001001 |
Color Harmonies of #DBBD9B
Complementary color
Monochromatic Colors of #DBBD9B
Black with #DBBD9B
Text Example
Text Example
White with #DBBD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD9B; }
p { color: rgb(219,189,155); }
H1.HeaderClassName
{
color: #DBBD9B;
}
.AnyTagClassName
{
color: #DBBD9B;
}
</style>
background-color css
<style>
a { background-color: #DBBD9B; }
a { background-color: rgb(219,189,155); }
div.DivClassName
{
background-color: #DBBD9B;
}
.BgClassName
{
background-color: #DBBD9B;
}
</style>
border-color css
<style>
span { border-color: #DBBD9B; }
span { border-color: rgb(219,189,155); }
td.TdClassName
{
border-color: #DBBD9B;
}
.TagClassName
{
border-color: #DBBD9B;
}
</style>