Shades of Pancho #DCB493
Tints of Pancho #DCB493
RGB
CMYK
RGB Variations
Color information
#DCB493 (or 0xDCB493) is known color: Pancho. HEX triplet: DC, B4 and 93. RGB value is (220,180,147). Sum of RGB (Red+Green+Blue) = 220+180+147=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 147 (57.81% from 255 or 26.87% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB493 is #234B6C. Grayscale: #BCBCBC. Windows color (decimal): -2313069 or 9680092. OLE color: 9680092.
HSL color Cylindrical-coordinate representation of color #DCB493: hue angle of 27.12º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCB493 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 147 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.14 |
| HSL | 27.12º | 0.51% | 0.72% | - |
| HSV(B) | 27.12º | 0.33% | 0.86% | - |
| XYZ | 51.1 | 49.96 | 34.55 | - |
| YUV | 188.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 147 | 0 | 0.18 | 0.33 | 0.14 | 27.12 | 0.51 | 0.72 |
| Hex | DC | B4 | 93 | 0 | 12 | 21 | E | 1B | 33 | 48 |
| Octal | 334 | 264 | 223 | 0 | 22 | 41 | 16 | 33 | 63 | 110 |
| Binary | 11011100 | 10110100 | 10010011 | 0 | 10010 | 100001 | 1110 | 11011 | 110011 | 1001000 |
Color Harmonies of #DCB493
Complementary color
Monochromatic Colors of #DCB493
Black with #DCB493
Text Example
Text Example
White with #DCB493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB493; }
p { color: rgb(220,180,147); }
H1.HeaderClassName
{
color: #DCB493;
}
.AnyTagClassName
{
color: #DCB493;
}
</style>
background-color css
<style>
a { background-color: #DCB493; }
a { background-color: rgb(220,180,147); }
div.DivClassName
{
background-color: #DCB493;
}
.BgClassName
{
background-color: #DCB493;
}
</style>
border-color css
<style>
span { border-color: #DCB493; }
span { border-color: rgb(220,180,147); }
td.TdClassName
{
border-color: #DCB493;
}
.TagClassName
{
border-color: #DCB493;
}
</style>