Shades of Pancho #DCB194
Tints of Pancho #DCB194
RGB
CMYK
RGB Variations
Color information
#DCB194 (or 0xDCB194) is known color: Pancho. HEX triplet: DC, B1 and 94. RGB value is (220,177,148). Sum of RGB (Red+Green+Blue) = 220+177+148=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 177 (69.53% from 255 or 32.48% from 545); Blue value is 148 (58.20% from 255 or 27.16% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB194 is #234E6B. Grayscale: #BABABA. Windows color (decimal): -2313836 or 9744860. OLE color: 9744860.
HSL color Cylindrical-coordinate representation of color #DCB194: hue angle of 24.17º 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 #DCB194 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 148 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.14 |
| HSL | 24.17º | 0.51% | 0.72% | - |
| HSV(B) | 24.17º | 0.33% | 0.86% | - |
| XYZ | 50.58 | 48.8 | 34.77 | - |
| YUV | 186.55 | 106.25 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 148 | 0 | 0.20 | 0.33 | 0.14 | 24.17 | 0.51 | 0.72 |
| Hex | DC | B1 | 94 | 0 | 14 | 21 | E | 18 | 33 | 48 |
| Octal | 334 | 261 | 224 | 0 | 24 | 41 | 16 | 30 | 63 | 110 |
| Binary | 11011100 | 10110001 | 10010100 | 0 | 10100 | 100001 | 1110 | 11000 | 110011 | 1001000 |
Color Harmonies of #DCB194
Complementary color
Monochromatic Colors of #DCB194
Black with #DCB194
Text Example
Text Example
White with #DCB194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB194; }
p { color: rgb(220,177,148); }
H1.HeaderClassName
{
color: #DCB194;
}
.AnyTagClassName
{
color: #DCB194;
}
</style>
background-color css
<style>
a { background-color: #DCB194; }
a { background-color: rgb(220,177,148); }
div.DivClassName
{
background-color: #DCB194;
}
.BgClassName
{
background-color: #DCB194;
}
</style>
border-color css
<style>
span { border-color: #DCB194; }
span { border-color: rgb(220,177,148); }
td.TdClassName
{
border-color: #DCB194;
}
.TagClassName
{
border-color: #DCB194;
}
</style>