Shades of Pancho #DBBC9A
Tints of Pancho #DBBC9A
RGB
CMYK
RGB Variations
Color information
#DBBC9A (or 0xDBBC9A) is known color: Pancho. HEX triplet: DB, BC and 9A. RGB value is (219,188,154). Sum of RGB (Red+Green+Blue) = 219+188+154=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC9A is #244365. Grayscale: #C1C1C1. Windows color (decimal): -2376550 or 10140891. OLE color: 10140891.
HSL color Cylindrical-coordinate representation of color #DBBC9A: hue angle of 31.38º 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 #DBBC9A is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 154 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.14 |
| HSL | 31.38º | 0.47% | 0.73% | - |
| HSV(B) | 31.38º | 0.3% | 0.86% | - |
| XYZ | 53.03 | 53.36 | 38.08 | - |
| YUV | 193.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 154 | 0 | 0.14 | 0.30 | 0.14 | 31.38 | 0.47 | 0.73 |
| Hex | DB | BC | 9A | 0 | E | 1E | E | 1F | 2F | 49 |
| Octal | 333 | 274 | 232 | 0 | 16 | 36 | 16 | 37 | 57 | 111 |
| Binary | 11011011 | 10111100 | 10011010 | 0 | 1110 | 11110 | 1110 | 11111 | 101111 | 1001001 |
Color Harmonies of #DBBC9A
Complementary color
Monochromatic Colors of #DBBC9A
Black with #DBBC9A
Text Example
Text Example
White with #DBBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC9A; }
p { color: rgb(219,188,154); }
H1.HeaderClassName
{
color: #DBBC9A;
}
.AnyTagClassName
{
color: #DBBC9A;
}
</style>
background-color css
<style>
a { background-color: #DBBC9A; }
a { background-color: rgb(219,188,154); }
div.DivClassName
{
background-color: #DBBC9A;
}
.BgClassName
{
background-color: #DBBC9A;
}
</style>
border-color css
<style>
span { border-color: #DBBC9A; }
span { border-color: rgb(219,188,154); }
td.TdClassName
{
border-color: #DBBC9A;
}
.TagClassName
{
border-color: #DBBC9A;
}
</style>