Shades of Pancho #DBBE9B
Tints of Pancho #DBBE9B
RGB
CMYK
RGB Variations
Color information
#DBBE9B (or 0xDBBE9B) is known color: Pancho. HEX triplet: DB, BE and 9B. RGB value is (219,190,155). Sum of RGB (Red+Green+Blue) = 219+190+155=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9B is #244164. Grayscale: #C2C2C2. Windows color (decimal): -2376037 or 10206939. OLE color: 10206939.
HSL color Cylindrical-coordinate representation of color #DBBE9B: hue angle of 32.81º 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 #DBBE9B is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 155 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.14 |
| HSL | 32.81º | 0.47% | 0.73% | - |
| HSV(B) | 32.81º | 0.29% | 0.86% | - |
| XYZ | 53.54 | 54.25 | 38.66 | - |
| YUV | 194.68 | 105.61 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 155 | 0 | 0.13 | 0.29 | 0.14 | 32.81 | 0.47 | 0.73 |
| Hex | DB | BE | 9B | 0 | D | 1D | E | 21 | 2F | 49 |
| Octal | 333 | 276 | 233 | 0 | 15 | 35 | 16 | 41 | 57 | 111 |
| Binary | 11011011 | 10111110 | 10011011 | 0 | 1101 | 11101 | 1110 | 100001 | 101111 | 1001001 |
Color Harmonies of #DBBE9B
Complementary color
Monochromatic Colors of #DBBE9B
Black with #DBBE9B
Text Example
Text Example
White with #DBBE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE9B; }
p { color: rgb(219,190,155); }
H1.HeaderClassName
{
color: #DBBE9B;
}
.AnyTagClassName
{
color: #DBBE9B;
}
</style>
background-color css
<style>
a { background-color: #DBBE9B; }
a { background-color: rgb(219,190,155); }
div.DivClassName
{
background-color: #DBBE9B;
}
.BgClassName
{
background-color: #DBBE9B;
}
</style>
border-color css
<style>
span { border-color: #DBBE9B; }
span { border-color: rgb(219,190,155); }
td.TdClassName
{
border-color: #DBBE9B;
}
.TagClassName
{
border-color: #DBBE9B;
}
</style>