Shades of Pancho #DBBC9C
Tints of Pancho #DBBC9C
RGB
CMYK
RGB Variations
Color information
#DBBC9C (or 0xDBBC9C) is known color: Pancho. HEX triplet: DB, BC and 9C. RGB value is (219,188,156). Sum of RGB (Red+Green+Blue) = 219+188+156=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBC9C is #244363. Grayscale: #C1C1C1. Windows color (decimal): -2376548 or 10271963. OLE color: 10271963.
HSL color Cylindrical-coordinate representation of color #DBBC9C: hue angle of 30.48º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBBC9C is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 156 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.14 |
| HSL | 30.48º | 0.47% | 0.74% | - |
| HSV(B) | 30.48º | 0.29% | 0.86% | - |
| XYZ | 53.2 | 53.43 | 38.96 | - |
| YUV | 193.62 | 106.77 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 156 | 0 | 0.14 | 0.29 | 0.14 | 30.48 | 0.47 | 0.74 |
| Hex | DB | BC | 9C | 0 | E | 1D | E | 1E | 2F | 4A |
| Octal | 333 | 274 | 234 | 0 | 16 | 35 | 16 | 36 | 57 | 112 |
| Binary | 11011011 | 10111100 | 10011100 | 0 | 1110 | 11101 | 1110 | 11110 | 101111 | 1001010 |
Color Harmonies of #DBBC9C
Complementary color
Monochromatic Colors of #DBBC9C
Black with #DBBC9C
Text Example
Text Example
White with #DBBC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC9C; }
p { color: rgb(219,188,156); }
H1.HeaderClassName
{
color: #DBBC9C;
}
.AnyTagClassName
{
color: #DBBC9C;
}
</style>
background-color css
<style>
a { background-color: #DBBC9C; }
a { background-color: rgb(219,188,156); }
div.DivClassName
{
background-color: #DBBC9C;
}
.BgClassName
{
background-color: #DBBC9C;
}
</style>
border-color css
<style>
span { border-color: #DBBC9C; }
span { border-color: rgb(219,188,156); }
td.TdClassName
{
border-color: #DBBC9C;
}
.TagClassName
{
border-color: #DBBC9C;
}
</style>