Shades of Pancho #DCBB9E
Tints of Pancho #DCBB9E
RGB
CMYK
RGB Variations
Color information
#DCBB9E (or 0xDCBB9E) is known color: Pancho. HEX triplet: DC, BB and 9E. RGB value is (220,187,158). Sum of RGB (Red+Green+Blue) = 220+187+158=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB9E is #234461. Grayscale: #C1C1C1. Windows color (decimal): -2311266 or 10402780. OLE color: 10402780.
HSL color Cylindrical-coordinate representation of color #DCBB9E: hue angle of 28.06º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCBB9E is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 158 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.14 |
| HSL | 28.06º | 0.47% | 0.74% | - |
| HSV(B) | 28.06º | 0.28% | 0.86% | - |
| XYZ | 53.46 | 53.22 | 39.8 | - |
| YUV | 193.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 158 | 0 | 0.15 | 0.28 | 0.14 | 28.06 | 0.47 | 0.74 |
| Hex | DC | BB | 9E | 0 | F | 1C | E | 1C | 2F | 4A |
| Octal | 334 | 273 | 236 | 0 | 17 | 34 | 16 | 34 | 57 | 112 |
| Binary | 11011100 | 10111011 | 10011110 | 0 | 1111 | 11100 | 1110 | 11100 | 101111 | 1001010 |
Color Harmonies of #DCBB9E
Complementary color
Monochromatic Colors of #DCBB9E
Black with #DCBB9E
Text Example
Text Example
White with #DCBB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB9E; }
p { color: rgb(220,187,158); }
H1.HeaderClassName
{
color: #DCBB9E;
}
.AnyTagClassName
{
color: #DCBB9E;
}
</style>
background-color css
<style>
a { background-color: #DCBB9E; }
a { background-color: rgb(220,187,158); }
div.DivClassName
{
background-color: #DCBB9E;
}
.BgClassName
{
background-color: #DCBB9E;
}
</style>
border-color css
<style>
span { border-color: #DCBB9E; }
span { border-color: rgb(220,187,158); }
td.TdClassName
{
border-color: #DCBB9E;
}
.TagClassName
{
border-color: #DCBB9E;
}
</style>