Shades of Pancho #DBBB92
Tints of Pancho #DBBB92
RGB
CMYK
RGB Variations
Color information
#DBBB92 (or 0xDBBB92) is known color: Pancho. HEX triplet: DB, BB and 92. RGB value is (219,187,146). Sum of RGB (Red+Green+Blue) = 219+187+146=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 187 (73.44% from 255 or 33.88% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBB92 is #24446D. Grayscale: #C0C0C0. Windows color (decimal): -2376814 or 9616347. OLE color: 9616347.
HSL color Cylindrical-coordinate representation of color #DBBB92: hue angle of 33.7º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DBBB92 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 146 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.14 |
| HSL | 33.7º | 0.5% | 0.72% | - |
| HSV(B) | 33.7º | 0.33% | 0.86% | - |
| XYZ | 52.17 | 52.68 | 34.61 | - |
| YUV | 191.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 146 | 0 | 0.15 | 0.33 | 0.14 | 33.7 | 0.5 | 0.72 |
| Hex | DB | BB | 92 | 0 | F | 21 | E | 22 | 32 | 48 |
| Octal | 333 | 273 | 222 | 0 | 17 | 41 | 16 | 42 | 62 | 110 |
| Binary | 11011011 | 10111011 | 10010010 | 0 | 1111 | 100001 | 1110 | 100010 | 110010 | 1001000 |
Color Harmonies of #DBBB92
Complementary color
Monochromatic Colors of #DBBB92
Black with #DBBB92
Text Example
Text Example
White with #DBBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB92; }
p { color: rgb(219,187,146); }
H1.HeaderClassName
{
color: #DBBB92;
}
.AnyTagClassName
{
color: #DBBB92;
}
</style>
background-color css
<style>
a { background-color: #DBBB92; }
a { background-color: rgb(219,187,146); }
div.DivClassName
{
background-color: #DBBB92;
}
.BgClassName
{
background-color: #DBBB92;
}
</style>
border-color css
<style>
span { border-color: #DBBB92; }
span { border-color: rgb(219,187,146); }
td.TdClassName
{
border-color: #DBBB92;
}
.TagClassName
{
border-color: #DBBB92;
}
</style>