Shades of Pancho #DCB595
Tints of Pancho #DCB595
RGB
CMYK
RGB Variations
Color information
#DCB595 (or 0xDCB595) is known color: Pancho. HEX triplet: DC, B5 and 95. RGB value is (220,181,149). Sum of RGB (Red+Green+Blue) = 220+181+149=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB595 is #234A6A. Grayscale: #BDBDBD. Windows color (decimal): -2312811 or 9811420. OLE color: 9811420.
HSL color Cylindrical-coordinate representation of color #DCB595: hue angle of 27.04º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCB595 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 149 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.14 |
| HSL | 27.04º | 0.5% | 0.72% | - |
| HSV(B) | 27.04º | 0.32% | 0.86% | - |
| XYZ | 51.46 | 50.43 | 35.46 | - |
| YUV | 189.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 149 | 0 | 0.18 | 0.32 | 0.14 | 27.04 | 0.5 | 0.72 |
| Hex | DC | B5 | 95 | 0 | 12 | 20 | E | 1B | 32 | 48 |
| Octal | 334 | 265 | 225 | 0 | 22 | 40 | 16 | 33 | 62 | 110 |
| Binary | 11011100 | 10110101 | 10010101 | 0 | 10010 | 100000 | 1110 | 11011 | 110010 | 1001000 |
Color Harmonies of #DCB595
Complementary color
Monochromatic Colors of #DCB595
Black with #DCB595
Text Example
Text Example
White with #DCB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB595; }
p { color: rgb(220,181,149); }
H1.HeaderClassName
{
color: #DCB595;
}
.AnyTagClassName
{
color: #DCB595;
}
</style>
background-color css
<style>
a { background-color: #DCB595; }
a { background-color: rgb(220,181,149); }
div.DivClassName
{
background-color: #DCB595;
}
.BgClassName
{
background-color: #DCB595;
}
</style>
border-color css
<style>
span { border-color: #DCB595; }
span { border-color: rgb(220,181,149); }
td.TdClassName
{
border-color: #DCB595;
}
.TagClassName
{
border-color: #DCB595;
}
</style>