Shades of Pancho #DBBE9A
Tints of Pancho #DBBE9A
RGB
CMYK
RGB Variations
Color information
#DBBE9A (or 0xDBBE9A) is known color: Pancho. HEX triplet: DB, BE and 9A. RGB value is (219,190,154). Sum of RGB (Red+Green+Blue) = 219+190+154=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 154 (60.55% from 255 or 27.35% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE9A is #244165. Grayscale: #C2C2C2. Windows color (decimal): -2376038 or 10141403. OLE color: 10141403.
HSL color Cylindrical-coordinate representation of color #DBBE9A: hue angle of 33.23º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBBE9A is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 154 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.14 |
| HSL | 33.23º | 0.47% | 0.73% | - |
| HSV(B) | 33.23º | 0.3% | 0.86% | - |
| XYZ | 53.46 | 54.22 | 38.22 | - |
| YUV | 194.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 154 | 0 | 0.13 | 0.30 | 0.14 | 33.23 | 0.47 | 0.73 |
| Hex | DB | BE | 9A | 0 | D | 1E | E | 21 | 2F | 49 |
| Octal | 333 | 276 | 232 | 0 | 15 | 36 | 16 | 41 | 57 | 111 |
| Binary | 11011011 | 10111110 | 10011010 | 0 | 1101 | 11110 | 1110 | 100001 | 101111 | 1001001 |
Color Harmonies of #DBBE9A
Complementary color
Monochromatic Colors of #DBBE9A
Black with #DBBE9A
Text Example
Text Example
White with #DBBE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE9A; }
p { color: rgb(219,190,154); }
H1.HeaderClassName
{
color: #DBBE9A;
}
.AnyTagClassName
{
color: #DBBE9A;
}
</style>
background-color css
<style>
a { background-color: #DBBE9A; }
a { background-color: rgb(219,190,154); }
div.DivClassName
{
background-color: #DBBE9A;
}
.BgClassName
{
background-color: #DBBE9A;
}
</style>
border-color css
<style>
span { border-color: #DBBE9A; }
span { border-color: rgb(219,190,154); }
td.TdClassName
{
border-color: #DBBE9A;
}
.TagClassName
{
border-color: #DBBE9A;
}
</style>