Shades of Pancho #DCB494
Tints of Pancho #DCB494
RGB
CMYK
RGB Variations
Color information
#DCB494 (or 0xDCB494) is known color: Pancho. HEX triplet: DC, B4 and 94. RGB value is (220,180,148). Sum of RGB (Red+Green+Blue) = 220+180+148=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 180 (70.70% from 255 or 32.85% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB494 is #234B6B. Grayscale: #BCBCBC. Windows color (decimal): -2313068 or 9745628. OLE color: 9745628.
HSL color Cylindrical-coordinate representation of color #DCB494: hue angle of 26.67º 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 #DCB494 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 180 | 148 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.14 |
| HSL | 26.67º | 0.51% | 0.72% | - |
| HSV(B) | 26.67º | 0.33% | 0.86% | - |
| XYZ | 51.18 | 50 | 34.97 | - |
| YUV | 188.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 180 | 148 | 0 | 0.18 | 0.33 | 0.14 | 26.67 | 0.51 | 0.72 |
| Hex | DC | B4 | 94 | 0 | 12 | 21 | E | 1B | 33 | 48 |
| Octal | 334 | 264 | 224 | 0 | 22 | 41 | 16 | 33 | 63 | 110 |
| Binary | 11011100 | 10110100 | 10010100 | 0 | 10010 | 100001 | 1110 | 11011 | 110011 | 1001000 |
Color Harmonies of #DCB494
Complementary color
Monochromatic Colors of #DCB494
Black with #DCB494
Text Example
Text Example
White with #DCB494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB494; }
p { color: rgb(220,180,148); }
H1.HeaderClassName
{
color: #DCB494;
}
.AnyTagClassName
{
color: #DCB494;
}
</style>
background-color css
<style>
a { background-color: #DCB494; }
a { background-color: rgb(220,180,148); }
div.DivClassName
{
background-color: #DCB494;
}
.BgClassName
{
background-color: #DCB494;
}
</style>
border-color css
<style>
span { border-color: #DCB494; }
span { border-color: rgb(220,180,148); }
td.TdClassName
{
border-color: #DCB494;
}
.TagClassName
{
border-color: #DCB494;
}
</style>