Shades of Pancho #DCBC9B
Tints of Pancho #DCBC9B
RGB
CMYK
RGB Variations
Color information
#DCBC9B (or 0xDCBC9B) is known color: Pancho. HEX triplet: DC, BC and 9B. RGB value is (220,188,155). Sum of RGB (Red+Green+Blue) = 220+188+155=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC9B is #234364. Grayscale: #C1C1C1. Windows color (decimal): -2311013 or 10206428. OLE color: 10206428.
HSL color Cylindrical-coordinate representation of color #DCBC9B: hue angle of 30.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCBC9B is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 155 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.14 |
| HSL | 30.46º | 0.48% | 0.74% | - |
| HSV(B) | 30.46º | 0.3% | 0.86% | - |
| XYZ | 53.41 | 53.55 | 38.53 | - |
| YUV | 193.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 155 | 0 | 0.15 | 0.30 | 0.14 | 30.46 | 0.48 | 0.74 |
| Hex | DC | BC | 9B | 0 | F | 1E | E | 1E | 30 | 4A |
| Octal | 334 | 274 | 233 | 0 | 17 | 36 | 16 | 36 | 60 | 112 |
| Binary | 11011100 | 10111100 | 10011011 | 0 | 1111 | 11110 | 1110 | 11110 | 110000 | 1001010 |
Color Harmonies of #DCBC9B
Complementary color
Monochromatic Colors of #DCBC9B
Black with #DCBC9B
Text Example
Text Example
White with #DCBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC9B; }
p { color: rgb(220,188,155); }
H1.HeaderClassName
{
color: #DCBC9B;
}
.AnyTagClassName
{
color: #DCBC9B;
}
</style>
background-color css
<style>
a { background-color: #DCBC9B; }
a { background-color: rgb(220,188,155); }
div.DivClassName
{
background-color: #DCBC9B;
}
.BgClassName
{
background-color: #DCBC9B;
}
</style>
border-color css
<style>
span { border-color: #DCBC9B; }
span { border-color: rgb(220,188,155); }
td.TdClassName
{
border-color: #DCBC9B;
}
.TagClassName
{
border-color: #DCBC9B;
}
</style>