Shades of Pancho #DCBC99
Tints of Pancho #DCBC99
RGB
CMYK
RGB Variations
Color information
#DCBC99 (or 0xDCBC99) is known color: Pancho. HEX triplet: DC, BC and 99. RGB value is (220,188,153). Sum of RGB (Red+Green+Blue) = 220+188+153=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 188 (73.83% from 255 or 33.51% from 561); Blue value is 153 (60.16% from 255 or 27.27% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBC99 is #234366. Grayscale: #C1C1C1. Windows color (decimal): -2311015 or 10075356. OLE color: 10075356.
HSL color Cylindrical-coordinate representation of color #DCBC99: hue angle of 31.34º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCBC99 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 153 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.14 |
| HSL | 31.34º | 0.49% | 0.73% | - |
| HSV(B) | 31.34º | 0.3% | 0.86% | - |
| XYZ | 53.25 | 53.48 | 37.65 | - |
| YUV | 193.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 153 | 0 | 0.15 | 0.30 | 0.14 | 31.34 | 0.49 | 0.73 |
| Hex | DC | BC | 99 | 0 | F | 1E | E | 1F | 31 | 49 |
| Octal | 334 | 274 | 231 | 0 | 17 | 36 | 16 | 37 | 61 | 111 |
| Binary | 11011100 | 10111100 | 10011001 | 0 | 1111 | 11110 | 1110 | 11111 | 110001 | 1001001 |
Color Harmonies of #DCBC99
Complementary color
Monochromatic Colors of #DCBC99
Black with #DCBC99
Text Example
Text Example
White with #DCBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC99; }
p { color: rgb(220,188,153); }
H1.HeaderClassName
{
color: #DCBC99;
}
.AnyTagClassName
{
color: #DCBC99;
}
</style>
background-color css
<style>
a { background-color: #DCBC99; }
a { background-color: rgb(220,188,153); }
div.DivClassName
{
background-color: #DCBC99;
}
.BgClassName
{
background-color: #DCBC99;
}
</style>
border-color css
<style>
span { border-color: #DCBC99; }
span { border-color: rgb(220,188,153); }
td.TdClassName
{
border-color: #DCBC99;
}
.TagClassName
{
border-color: #DCBC99;
}
</style>