Shades of Pancho #DBB396
Tints of Pancho #DBB396
RGB
CMYK
RGB Variations
Color information
#DBB396 (or 0xDBB396) is known color: Pancho. HEX triplet: DB, B3 and 96. RGB value is (219,179,150). Sum of RGB (Red+Green+Blue) = 219+179+150=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB396 is #244C69. Grayscale: #BBBBBB. Windows color (decimal): -2378858 or 9876443. OLE color: 9876443.
HSL color Cylindrical-coordinate representation of color #DBB396: hue angle of 25.22º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DBB396 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 150 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.14 |
| HSL | 25.22º | 0.49% | 0.72% | - |
| HSV(B) | 25.22º | 0.32% | 0.86% | - |
| XYZ | 50.84 | 49.5 | 35.73 | - |
| YUV | 187.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 150 | 0 | 0.18 | 0.32 | 0.14 | 25.22 | 0.49 | 0.72 |
| Hex | DB | B3 | 96 | 0 | 12 | 20 | E | 19 | 31 | 48 |
| Octal | 333 | 263 | 226 | 0 | 22 | 40 | 16 | 31 | 61 | 110 |
| Binary | 11011011 | 10110011 | 10010110 | 0 | 10010 | 100000 | 1110 | 11001 | 110001 | 1001000 |
Color Harmonies of #DBB396
Complementary color
Monochromatic Colors of #DBB396
Black with #DBB396
Text Example
Text Example
White with #DBB396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB396; }
p { color: rgb(219,179,150); }
H1.HeaderClassName
{
color: #DBB396;
}
.AnyTagClassName
{
color: #DBB396;
}
</style>
background-color css
<style>
a { background-color: #DBB396; }
a { background-color: rgb(219,179,150); }
div.DivClassName
{
background-color: #DBB396;
}
.BgClassName
{
background-color: #DBB396;
}
</style>
border-color css
<style>
span { border-color: #DBB396; }
span { border-color: rgb(219,179,150); }
td.TdClassName
{
border-color: #DBB396;
}
.TagClassName
{
border-color: #DBB396;
}
</style>