Shades of Pancho #DCB99C
Tints of Pancho #DCB99C
RGB
CMYK
RGB Variations
Color information
#DCB99C (or 0xDCB99C) is known color: Pancho. HEX triplet: DC, B9 and 9C. RGB value is (220,185,156). Sum of RGB (Red+Green+Blue) = 220+185+156=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 185 (72.66% from 255 or 32.98% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB99C is #234663. Grayscale: #C0C0C0. Windows color (decimal): -2311780 or 10271196. OLE color: 10271196.
HSL color Cylindrical-coordinate representation of color #DCB99C: hue angle of 27.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB99C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 156 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.14 |
| HSL | 27.19º | 0.48% | 0.74% | - |
| HSV(B) | 27.19º | 0.29% | 0.86% | - |
| XYZ | 52.86 | 52.31 | 38.76 | - |
| YUV | 192.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 156 | 0 | 0.16 | 0.29 | 0.14 | 27.19 | 0.48 | 0.74 |
| Hex | DC | B9 | 9C | 0 | 10 | 1D | E | 1B | 30 | 4A |
| Octal | 334 | 271 | 234 | 0 | 20 | 35 | 16 | 33 | 60 | 112 |
| Binary | 11011100 | 10111001 | 10011100 | 0 | 10000 | 11101 | 1110 | 11011 | 110000 | 1001010 |
Color Harmonies of #DCB99C
Complementary color
Monochromatic Colors of #DCB99C
Black with #DCB99C
Text Example
Text Example
White with #DCB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB99C; }
p { color: rgb(220,185,156); }
H1.HeaderClassName
{
color: #DCB99C;
}
.AnyTagClassName
{
color: #DCB99C;
}
</style>
background-color css
<style>
a { background-color: #DCB99C; }
a { background-color: rgb(220,185,156); }
div.DivClassName
{
background-color: #DCB99C;
}
.BgClassName
{
background-color: #DCB99C;
}
</style>
border-color css
<style>
span { border-color: #DCB99C; }
span { border-color: rgb(220,185,156); }
td.TdClassName
{
border-color: #DCB99C;
}
.TagClassName
{
border-color: #DCB99C;
}
</style>