Shades of Pancho #DCB897
Tints of Pancho #DCB897
RGB
CMYK
RGB Variations
Color information
#DCB897 (or 0xDCB897) is known color: Pancho. HEX triplet: DC, B8 and 97. RGB value is (220,184,151). Sum of RGB (Red+Green+Blue) = 220+184+151=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 151 (59.38% from 255 or 27.21% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB897 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB897 is #234768. Grayscale: #BFBFBF. Windows color (decimal): -2312041 or 9943260. OLE color: 9943260.
HSL color Cylindrical-coordinate representation of color #DCB897: hue angle of 28.7º 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 #DCB897 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 151 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.14 |
| HSL | 28.7º | 0.5% | 0.73% | - |
| HSV(B) | 28.7º | 0.31% | 0.86% | - |
| XYZ | 52.24 | 51.73 | 36.51 | - |
| YUV | 191 | 105.43 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 151 | 0 | 0.16 | 0.31 | 0.14 | 28.7 | 0.5 | 0.73 |
| Hex | DC | B8 | 97 | 0 | 10 | 1F | E | 1D | 32 | 49 |
| Octal | 334 | 270 | 227 | 0 | 20 | 37 | 16 | 35 | 62 | 111 |
| Binary | 11011100 | 10111000 | 10010111 | 0 | 10000 | 11111 | 1110 | 11101 | 110010 | 1001001 |
Color Harmonies of #DCB897
Complementary color
Monochromatic Colors of #DCB897
Black with #DCB897
Text Example
Text Example
White with #DCB897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB897; }
p { color: rgb(220,184,151); }
H1.HeaderClassName
{
color: #DCB897;
}
.AnyTagClassName
{
color: #DCB897;
}
</style>
background-color css
<style>
a { background-color: #DCB897; }
a { background-color: rgb(220,184,151); }
div.DivClassName
{
background-color: #DCB897;
}
.BgClassName
{
background-color: #DCB897;
}
</style>
border-color css
<style>
span { border-color: #DCB897; }
span { border-color: rgb(220,184,151); }
td.TdClassName
{
border-color: #DCB897;
}
.TagClassName
{
border-color: #DCB897;
}
</style>