Shades of Pancho #DCB990
Tints of Pancho #DCB990
RGB
CMYK
RGB Variations
Color information
#DCB990 (or 0xDCB990) is known color: Pancho. HEX triplet: DC, B9 and 90. RGB value is (220,185,144). Sum of RGB (Red+Green+Blue) = 220+185+144=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 185 (72.66% from 255 or 33.70% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB990 is #23466F. Grayscale: #BEBEBE. Windows color (decimal): -2311792 or 9484764. OLE color: 9484764.
HSL color Cylindrical-coordinate representation of color #DCB990: hue angle of 32.37º 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 #DCB990 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 144 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.14 |
| HSL | 32.37º | 0.52% | 0.71% | - |
| HSV(B) | 32.37º | 0.35% | 0.86% | - |
| XYZ | 51.9 | 51.93 | 33.67 | - |
| YUV | 190.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 144 | 0 | 0.16 | 0.35 | 0.14 | 32.37 | 0.52 | 0.71 |
| Hex | DC | B9 | 90 | 0 | 10 | 23 | E | 20 | 34 | 47 |
| Octal | 334 | 271 | 220 | 0 | 20 | 43 | 16 | 40 | 64 | 107 |
| Binary | 11011100 | 10111001 | 10010000 | 0 | 10000 | 100011 | 1110 | 100000 | 110100 | 1000111 |
Color Harmonies of #DCB990
Complementary color
Monochromatic Colors of #DCB990
Black with #DCB990
Text Example
Text Example
White with #DCB990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB990; }
p { color: rgb(220,185,144); }
H1.HeaderClassName
{
color: #DCB990;
}
.AnyTagClassName
{
color: #DCB990;
}
</style>
background-color css
<style>
a { background-color: #DCB990; }
a { background-color: rgb(220,185,144); }
div.DivClassName
{
background-color: #DCB990;
}
.BgClassName
{
background-color: #DCB990;
}
</style>
border-color css
<style>
span { border-color: #DCB990; }
span { border-color: rgb(220,185,144); }
td.TdClassName
{
border-color: #DCB990;
}
.TagClassName
{
border-color: #DCB990;
}
</style>