Shades of Pancho #DCBB9A
Tints of Pancho #DCBB9A
RGB
CMYK
RGB Variations
Color information
#DCBB9A (or 0xDCBB9A) is known color: Pancho. HEX triplet: DC, BB and 9A. RGB value is (220,187,154). Sum of RGB (Red+Green+Blue) = 220+187+154=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB9A is #234465. Grayscale: #C1C1C1. Windows color (decimal): -2311270 or 10140636. OLE color: 10140636.
HSL color Cylindrical-coordinate representation of color #DCBB9A: hue angle of 30º 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 #DCBB9A is Cyan = 0, Magento = 0.15, Yellow = 0.3 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 154 | - |
| CMYK | 0 | 0.15 | 0.3 | 0.14 |
| HSL | 30º | 0.49% | 0.73% | - |
| HSV(B) | 30º | 0.3% | 0.86% | - |
| XYZ | 53.12 | 53.09 | 38.02 | - |
| YUV | 193.11 | 105.93 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 154 | 0 | 0.15 | 0.3 | 0.14 | 30 | 0.49 | 0.73 |
| Hex | DC | BB | 9A | 0 | F | 1E | E | 1E | 31 | 49 |
| Octal | 334 | 273 | 232 | 0 | 17 | 36 | 16 | 36 | 61 | 111 |
| Binary | 11011100 | 10111011 | 10011010 | 0 | 1111 | 11110 | 1110 | 11110 | 110001 | 1001001 |
Color Harmonies of #DCBB9A
Complementary color
Monochromatic Colors of #DCBB9A
Black with #DCBB9A
Text Example
Text Example
White with #DCBB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB9A; }
p { color: rgb(220,187,154); }
H1.HeaderClassName
{
color: #DCBB9A;
}
.AnyTagClassName
{
color: #DCBB9A;
}
</style>
background-color css
<style>
a { background-color: #DCBB9A; }
a { background-color: rgb(220,187,154); }
div.DivClassName
{
background-color: #DCBB9A;
}
.BgClassName
{
background-color: #DCBB9A;
}
</style>
border-color css
<style>
span { border-color: #DCBB9A; }
span { border-color: rgb(220,187,154); }
td.TdClassName
{
border-color: #DCBB9A;
}
.TagClassName
{
border-color: #DCBB9A;
}
</style>