Shades of Pancho #DCBF96
Tints of Pancho #DCBF96
RGB
CMYK
RGB Variations
Color information
#DCBF96 (or 0xDCBF96) is known color: Pancho. HEX triplet: DC, BF and 96. RGB value is (220,191,150). Sum of RGB (Red+Green+Blue) = 220+191+150=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBF96 is #234069. Grayscale: #C3C3C3. Windows color (decimal): -2310250 or 9879516. OLE color: 9879516.
HSL color Cylindrical-coordinate representation of color #DCBF96: hue angle of 35.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCBF96 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 150 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.14 |
| HSL | 35.14º | 0.5% | 0.73% | - |
| HSV(B) | 35.14º | 0.32% | 0.86% | - |
| XYZ | 53.65 | 54.68 | 36.58 | - |
| YUV | 195 | 102.61 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 150 | 0 | 0.13 | 0.32 | 0.14 | 35.14 | 0.5 | 0.73 |
| Hex | DC | BF | 96 | 0 | D | 20 | E | 23 | 32 | 49 |
| Octal | 334 | 277 | 226 | 0 | 15 | 40 | 16 | 43 | 62 | 111 |
| Binary | 11011100 | 10111111 | 10010110 | 0 | 1101 | 100000 | 1110 | 100011 | 110010 | 1001001 |
Color Harmonies of #DCBF96
Complementary color
Monochromatic Colors of #DCBF96
Black with #DCBF96
Text Example
Text Example
White with #DCBF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF96; }
p { color: rgb(220,191,150); }
H1.HeaderClassName
{
color: #DCBF96;
}
.AnyTagClassName
{
color: #DCBF96;
}
</style>
background-color css
<style>
a { background-color: #DCBF96; }
a { background-color: rgb(220,191,150); }
div.DivClassName
{
background-color: #DCBF96;
}
.BgClassName
{
background-color: #DCBF96;
}
</style>
border-color css
<style>
span { border-color: #DCBF96; }
span { border-color: rgb(220,191,150); }
td.TdClassName
{
border-color: #DCBF96;
}
.TagClassName
{
border-color: #DCBF96;
}
</style>