Shades of Pancho #DBB597
Tints of Pancho #DBB597
RGB
CMYK
RGB Variations
Color information
#DBB597 (or 0xDBB597) is known color: Pancho. HEX triplet: DB, B5 and 97. RGB value is (219,181,151). Sum of RGB (Red+Green+Blue) = 219+181+151=551 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.75% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB597 is #244A68. Grayscale: #BDBDBD. Windows color (decimal): -2378345 or 9942491. OLE color: 9942491.
HSL color Cylindrical-coordinate representation of color #DBB597: hue angle of 26.47º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBB597 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 151 | - |
| CMYK | 0 | 0.17 | 0.31 | 0.14 |
| HSL | 26.47º | 0.49% | 0.73% | - |
| HSV(B) | 26.47º | 0.31% | 0.86% | - |
| XYZ | 51.32 | 50.34 | 36.29 | - |
| YUV | 188.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 151 | 0 | 0.17 | 0.31 | 0.14 | 26.47 | 0.49 | 0.73 |
| Hex | DB | B5 | 97 | 0 | 11 | 1F | E | 1A | 31 | 49 |
| Octal | 333 | 265 | 227 | 0 | 21 | 37 | 16 | 32 | 61 | 111 |
| Binary | 11011011 | 10110101 | 10010111 | 0 | 10001 | 11111 | 1110 | 11010 | 110001 | 1001001 |
Color Harmonies of #DBB597
Complementary color
Monochromatic Colors of #DBB597
Black with #DBB597
Text Example
Text Example
White with #DBB597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB597; }
p { color: rgb(219,181,151); }
H1.HeaderClassName
{
color: #DBB597;
}
.AnyTagClassName
{
color: #DBB597;
}
</style>
background-color css
<style>
a { background-color: #DBB597; }
a { background-color: rgb(219,181,151); }
div.DivClassName
{
background-color: #DBB597;
}
.BgClassName
{
background-color: #DBB597;
}
</style>
border-color css
<style>
span { border-color: #DBB597; }
span { border-color: rgb(219,181,151); }
td.TdClassName
{
border-color: #DBB597;
}
.TagClassName
{
border-color: #DBB597;
}
</style>