Shades of Pancho #DBBE92
Tints of Pancho #DBBE92
RGB
CMYK
RGB Variations
Color information
#DBBE92 (or 0xDBBE92) is known color: Pancho. HEX triplet: DB, BE and 92. RGB value is (219,190,146). Sum of RGB (Red+Green+Blue) = 219+190+146=555 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.46% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBE92 is #24416D. Grayscale: #C1C1C1. Windows color (decimal): -2376046 or 9617115. OLE color: 9617115.
HSL color Cylindrical-coordinate representation of color #DBBE92: hue angle of 36.16º 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 #DBBE92 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 190 | 146 | - |
CMYK | 0 | 0.13 | 0.33 | 0.14 |
HSL | 36.16º | 0.5% | 0.72% | - |
HSV(B) | 36.16º | 0.33% | 0.86% | - |
XYZ | 52.82 | 53.96 | 34.83 | - |
YUV | 193.66 | 101.11 | 146.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 190 | 146 | 0 | 0.13 | 0.33 | 0.14 | 36.16 | 0.5 | 0.72 |
Hex | DB | BE | 92 | 0 | D | 21 | E | 24 | 32 | 48 |
Octal | 333 | 276 | 222 | 0 | 15 | 41 | 16 | 44 | 62 | 110 |
Binary | 11011011 | 10111110 | 10010010 | 0 | 1101 | 100001 | 1110 | 100100 | 110010 | 1001000 |
Color Harmonies of #DBBE92
Complementary color
Monochromatic Colors of #DBBE92
Black with #DBBE92
Text Example
Text Example
White with #DBBE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBE92; }
p { color: rgb(219,190,146); }
H1.HeaderClassName
{
color: #DBBE92;
}
.AnyTagClassName
{
color: #DBBE92;
}
</style>
background-color css
<style>
a { background-color: #DBBE92; }
a { background-color: rgb(219,190,146); }
div.DivClassName
{
background-color: #DBBE92;
}
.BgClassName
{
background-color: #DBBE92;
}
</style>
border-color css
<style>
span { border-color: #DBBE92; }
span { border-color: rgb(219,190,146); }
td.TdClassName
{
border-color: #DBBE92;
}
.TagClassName
{
border-color: #DBBE92;
}
</style>