Shades of Pancho #DCBD95
Tints of Pancho #DCBD95
RGB
CMYK
RGB Variations
Color information
#DCBD95 (or 0xDCBD95) is known color: Pancho. HEX triplet: DC, BD and 95. RGB value is (220,189,149). Sum of RGB (Red+Green+Blue) = 220+189+149=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 189 (74.22% from 255 or 33.87% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD95 is #23426A. Grayscale: #C1C1C1. Windows color (decimal): -2310763 or 9813468. OLE color: 9813468.
HSL color Cylindrical-coordinate representation of color #DCBD95: hue angle of 33.8º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCBD95 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 149 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.14 |
| HSL | 33.8º | 0.5% | 0.72% | - |
| HSV(B) | 33.8º | 0.32% | 0.86% | - |
| XYZ | 53.14 | 53.78 | 36.01 | - |
| YUV | 193.71 | 102.77 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 149 | 0 | 0.14 | 0.32 | 0.14 | 33.8 | 0.5 | 0.72 |
| Hex | DC | BD | 95 | 0 | E | 20 | E | 22 | 32 | 48 |
| Octal | 334 | 275 | 225 | 0 | 16 | 40 | 16 | 42 | 62 | 110 |
| Binary | 11011100 | 10111101 | 10010101 | 0 | 1110 | 100000 | 1110 | 100010 | 110010 | 1001000 |
Color Harmonies of #DCBD95
Complementary color
Monochromatic Colors of #DCBD95
Black with #DCBD95
Text Example
Text Example
White with #DCBD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD95; }
p { color: rgb(220,189,149); }
H1.HeaderClassName
{
color: #DCBD95;
}
.AnyTagClassName
{
color: #DCBD95;
}
</style>
background-color css
<style>
a { background-color: #DCBD95; }
a { background-color: rgb(220,189,149); }
div.DivClassName
{
background-color: #DCBD95;
}
.BgClassName
{
background-color: #DCBD95;
}
</style>
border-color css
<style>
span { border-color: #DCBD95; }
span { border-color: rgb(220,189,149); }
td.TdClassName
{
border-color: #DCBD95;
}
.TagClassName
{
border-color: #DCBD95;
}
</style>