Shades of Pancho #DCBA99
Tints of Pancho #DCBA99
RGB
CMYK
RGB Variations
Color information
#DCBA99 (or 0xDCBA99) is known color: Pancho. HEX triplet: DC, BA and 99. RGB value is (220,186,153). Sum of RGB (Red+Green+Blue) = 220+186+153=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 153 (60.16% from 255 or 27.37% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBA99 is #234566. Grayscale: #C0C0C0. Windows color (decimal): -2311527 or 10074844. OLE color: 10074844.
HSL color Cylindrical-coordinate representation of color #DCBA99: hue angle of 29.55º 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 #DCBA99 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 153 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.14 |
| HSL | 29.55º | 0.49% | 0.73% | - |
| HSV(B) | 29.55º | 0.3% | 0.86% | - |
| XYZ | 52.82 | 52.63 | 37.51 | - |
| YUV | 192.4 | 105.76 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 153 | 0 | 0.15 | 0.30 | 0.14 | 29.55 | 0.49 | 0.73 |
| Hex | DC | BA | 99 | 0 | F | 1E | E | 1E | 31 | 49 |
| Octal | 334 | 272 | 231 | 0 | 17 | 36 | 16 | 36 | 61 | 111 |
| Binary | 11011100 | 10111010 | 10011001 | 0 | 1111 | 11110 | 1110 | 11110 | 110001 | 1001001 |
Color Harmonies of #DCBA99
Complementary color
Monochromatic Colors of #DCBA99
Black with #DCBA99
Text Example
Text Example
White with #DCBA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA99; }
p { color: rgb(220,186,153); }
H1.HeaderClassName
{
color: #DCBA99;
}
.AnyTagClassName
{
color: #DCBA99;
}
</style>
background-color css
<style>
a { background-color: #DCBA99; }
a { background-color: rgb(220,186,153); }
div.DivClassName
{
background-color: #DCBA99;
}
.BgClassName
{
background-color: #DCBA99;
}
</style>
border-color css
<style>
span { border-color: #DCBA99; }
span { border-color: rgb(220,186,153); }
td.TdClassName
{
border-color: #DCBA99;
}
.TagClassName
{
border-color: #DCBA99;
}
</style>