Shades of Pancho #DCB590
Tints of Pancho #DCB590
RGB
CMYK
RGB Variations
Color information
#DCB590 (or 0xDCB590) is known color: Pancho. HEX triplet: DC, B5 and 90. RGB value is (220,181,144). Sum of RGB (Red+Green+Blue) = 220+181+144=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 181 (71.09% from 255 or 33.21% from 545); Blue value is 144 (56.64% from 255 or 26.42% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB590 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB590 is #234A6F. Grayscale: #BCBCBC. Windows color (decimal): -2312816 or 9483740. OLE color: 9483740.
HSL color Cylindrical-coordinate representation of color #DCB590: hue angle of 29.21º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCB590 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 144 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.14 |
| HSL | 29.21º | 0.52% | 0.71% | - |
| HSV(B) | 29.21º | 0.35% | 0.86% | - |
| XYZ | 51.07 | 50.28 | 33.4 | - |
| YUV | 188.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 144 | 0 | 0.18 | 0.35 | 0.14 | 29.21 | 0.52 | 0.71 |
| Hex | DC | B5 | 90 | 0 | 12 | 23 | E | 1D | 34 | 47 |
| Octal | 334 | 265 | 220 | 0 | 22 | 43 | 16 | 35 | 64 | 107 |
| Binary | 11011100 | 10110101 | 10010000 | 0 | 10010 | 100011 | 1110 | 11101 | 110100 | 1000111 |
Color Harmonies of #DCB590
Complementary color
Monochromatic Colors of #DCB590
Black with #DCB590
Text Example
Text Example
White with #DCB590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB590; }
p { color: rgb(220,181,144); }
H1.HeaderClassName
{
color: #DCB590;
}
.AnyTagClassName
{
color: #DCB590;
}
</style>
background-color css
<style>
a { background-color: #DCB590; }
a { background-color: rgb(220,181,144); }
div.DivClassName
{
background-color: #DCB590;
}
.BgClassName
{
background-color: #DCB590;
}
</style>
border-color css
<style>
span { border-color: #DCB590; }
span { border-color: rgb(220,181,144); }
td.TdClassName
{
border-color: #DCB590;
}
.TagClassName
{
border-color: #DCB590;
}
</style>