Shades of Pancho #DCB894
Tints of Pancho #DCB894
RGB
CMYK
RGB Variations
Color information
#DCB894 (or 0xDCB894) is known color: Pancho. HEX triplet: DC, B8 and 94. RGB value is (220,184,148). Sum of RGB (Red+Green+Blue) = 220+184+148=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 184 (72.27% from 255 or 33.33% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB894 is #23476B. Grayscale: #BEBEBE. Windows color (decimal): -2312044 or 9746652. OLE color: 9746652.
HSL color Cylindrical-coordinate representation of color #DCB894: hue angle of 30º 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 #DCB894 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 148 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.14 |
| HSL | 30º | 0.51% | 0.72% | - |
| HSV(B) | 30º | 0.33% | 0.86% | - |
| XYZ | 52 | 51.63 | 35.24 | - |
| YUV | 190.66 | 103.93 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 148 | 0 | 0.16 | 0.33 | 0.14 | 30 | 0.51 | 0.72 |
| Hex | DC | B8 | 94 | 0 | 10 | 21 | E | 1E | 33 | 48 |
| Octal | 334 | 270 | 224 | 0 | 20 | 41 | 16 | 36 | 63 | 110 |
| Binary | 11011100 | 10111000 | 10010100 | 0 | 10000 | 100001 | 1110 | 11110 | 110011 | 1001000 |
Color Harmonies of #DCB894
Complementary color
Monochromatic Colors of #DCB894
Black with #DCB894
Text Example
Text Example
White with #DCB894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB894; }
p { color: rgb(220,184,148); }
H1.HeaderClassName
{
color: #DCB894;
}
.AnyTagClassName
{
color: #DCB894;
}
</style>
background-color css
<style>
a { background-color: #DCB894; }
a { background-color: rgb(220,184,148); }
div.DivClassName
{
background-color: #DCB894;
}
.BgClassName
{
background-color: #DCB894;
}
</style>
border-color css
<style>
span { border-color: #DCB894; }
span { border-color: rgb(220,184,148); }
td.TdClassName
{
border-color: #DCB894;
}
.TagClassName
{
border-color: #DCB894;
}
</style>