Shades of Pancho #DBBD9A
Tints of Pancho #DBBD9A
RGB
CMYK
RGB Variations
Color information
#DBBD9A (or 0xDBBD9A) is known color: Pancho. HEX triplet: DB, BD and 9A. RGB value is (219,189,154). Sum of RGB (Red+Green+Blue) = 219+189+154=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 189 (74.22% from 255 or 33.63% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBD9A is #244265. Grayscale: #C2C2C2. Windows color (decimal): -2376294 or 10141147. OLE color: 10141147.
HSL color Cylindrical-coordinate representation of color #DBBD9A: hue angle of 32.31º 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 #DBBD9A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 154 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.14 |
| HSL | 32.31º | 0.47% | 0.73% | - |
| HSV(B) | 32.31º | 0.3% | 0.86% | - |
| XYZ | 53.24 | 53.79 | 38.15 | - |
| YUV | 193.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 154 | 0 | 0.14 | 0.30 | 0.14 | 32.31 | 0.47 | 0.73 |
| Hex | DB | BD | 9A | 0 | E | 1E | E | 20 | 2F | 49 |
| Octal | 333 | 275 | 232 | 0 | 16 | 36 | 16 | 40 | 57 | 111 |
| Binary | 11011011 | 10111101 | 10011010 | 0 | 1110 | 11110 | 1110 | 100000 | 101111 | 1001001 |
Color Harmonies of #DBBD9A
Complementary color
Monochromatic Colors of #DBBD9A
Black with #DBBD9A
Text Example
Text Example
White with #DBBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD9A; }
p { color: rgb(219,189,154); }
H1.HeaderClassName
{
color: #DBBD9A;
}
.AnyTagClassName
{
color: #DBBD9A;
}
</style>
background-color css
<style>
a { background-color: #DBBD9A; }
a { background-color: rgb(219,189,154); }
div.DivClassName
{
background-color: #DBBD9A;
}
.BgClassName
{
background-color: #DBBD9A;
}
</style>
border-color css
<style>
span { border-color: #DBBD9A; }
span { border-color: rgb(219,189,154); }
td.TdClassName
{
border-color: #DBBD9A;
}
.TagClassName
{
border-color: #DBBD9A;
}
</style>