Shades of Pancho #DCB891
Tints of Pancho #DCB891
RGB
CMYK
RGB Variations
Color information
#DCB891 (or 0xDCB891) is known color: Pancho. HEX triplet: DC, B8 and 91. RGB value is (220,184,145). Sum of RGB (Red+Green+Blue) = 220+184+145=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 184 (72.27% from 255 or 33.52% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB891 is #23476E. Grayscale: #BEBEBE. Windows color (decimal): -2312047 or 9550044. OLE color: 9550044.
HSL color Cylindrical-coordinate representation of color #DCB891: hue angle of 31.2º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCB891 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 145 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.14 |
| HSL | 31.2º | 0.52% | 0.72% | - |
| HSV(B) | 31.2º | 0.34% | 0.86% | - |
| XYZ | 51.77 | 51.54 | 34.01 | - |
| YUV | 190.32 | 102.43 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 145 | 0 | 0.16 | 0.34 | 0.14 | 31.2 | 0.52 | 0.72 |
| Hex | DC | B8 | 91 | 0 | 10 | 22 | E | 1F | 34 | 48 |
| Octal | 334 | 270 | 221 | 0 | 20 | 42 | 16 | 37 | 64 | 110 |
| Binary | 11011100 | 10111000 | 10010001 | 0 | 10000 | 100010 | 1110 | 11111 | 110100 | 1001000 |
Color Harmonies of #DCB891
Complementary color
Monochromatic Colors of #DCB891
Black with #DCB891
Text Example
Text Example
White with #DCB891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB891; }
p { color: rgb(220,184,145); }
H1.HeaderClassName
{
color: #DCB891;
}
.AnyTagClassName
{
color: #DCB891;
}
</style>
background-color css
<style>
a { background-color: #DCB891; }
a { background-color: rgb(220,184,145); }
div.DivClassName
{
background-color: #DCB891;
}
.BgClassName
{
background-color: #DCB891;
}
</style>
border-color css
<style>
span { border-color: #DCB891; }
span { border-color: rgb(220,184,145); }
td.TdClassName
{
border-color: #DCB891;
}
.TagClassName
{
border-color: #DCB891;
}
</style>