Shades of Pancho #DCB997
Tints of Pancho #DCB997
RGB
CMYK
RGB Variations
Color information
#DCB997 (or 0xDCB997) is known color: Pancho. HEX triplet: DC, B9 and 97. RGB value is (220,185,151). Sum of RGB (Red+Green+Blue) = 220+185+151=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB997 is #234668. Grayscale: #BFBFBF. Windows color (decimal): -2311785 or 9943516. OLE color: 9943516.
HSL color Cylindrical-coordinate representation of color #DCB997: hue angle of 29.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB997 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 151 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.14 |
| HSL | 29.57º | 0.5% | 0.73% | - |
| HSV(B) | 29.57º | 0.31% | 0.86% | - |
| XYZ | 52.45 | 52.15 | 36.58 | - |
| YUV | 191.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 151 | 0 | 0.16 | 0.31 | 0.14 | 29.57 | 0.5 | 0.73 |
| Hex | DC | B9 | 97 | 0 | 10 | 1F | E | 1E | 32 | 49 |
| Octal | 334 | 271 | 227 | 0 | 20 | 37 | 16 | 36 | 62 | 111 |
| Binary | 11011100 | 10111001 | 10010111 | 0 | 10000 | 11111 | 1110 | 11110 | 110010 | 1001001 |
Color Harmonies of #DCB997
Complementary color
Monochromatic Colors of #DCB997
Black with #DCB997
Text Example
Text Example
White with #DCB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB997; }
p { color: rgb(220,185,151); }
H1.HeaderClassName
{
color: #DCB997;
}
.AnyTagClassName
{
color: #DCB997;
}
</style>
background-color css
<style>
a { background-color: #DCB997; }
a { background-color: rgb(220,185,151); }
div.DivClassName
{
background-color: #DCB997;
}
.BgClassName
{
background-color: #DCB997;
}
</style>
border-color css
<style>
span { border-color: #DCB997; }
span { border-color: rgb(220,185,151); }
td.TdClassName
{
border-color: #DCB997;
}
.TagClassName
{
border-color: #DCB997;
}
</style>