Shades of Pancho #DCBB92
Tints of Pancho #DCBB92
RGB
CMYK
RGB Variations
Color information
#DCBB92 (or 0xDCBB92) is known color: Pancho. HEX triplet: DC, BB and 92. RGB value is (220,187,146). Sum of RGB (Red+Green+Blue) = 220+187+146=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB92 is #23446D. Grayscale: #C0C0C0. Windows color (decimal): -2311278 or 9616348. OLE color: 9616348.
HSL color Cylindrical-coordinate representation of color #DCBB92: hue angle of 33.24º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCBB92 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 146 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.14 |
| HSL | 33.24º | 0.51% | 0.72% | - |
| HSV(B) | 33.24º | 0.34% | 0.86% | - |
| XYZ | 52.47 | 52.83 | 34.63 | - |
| YUV | 192.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 146 | 0 | 0.15 | 0.34 | 0.14 | 33.24 | 0.51 | 0.72 |
| Hex | DC | BB | 92 | 0 | F | 22 | E | 21 | 33 | 48 |
| Octal | 334 | 273 | 222 | 0 | 17 | 42 | 16 | 41 | 63 | 110 |
| Binary | 11011100 | 10111011 | 10010010 | 0 | 1111 | 100010 | 1110 | 100001 | 110011 | 1001000 |
Color Harmonies of #DCBB92
Complementary color
Monochromatic Colors of #DCBB92
Black with #DCBB92
Text Example
Text Example
White with #DCBB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB92; }
p { color: rgb(220,187,146); }
H1.HeaderClassName
{
color: #DCBB92;
}
.AnyTagClassName
{
color: #DCBB92;
}
</style>
background-color css
<style>
a { background-color: #DCBB92; }
a { background-color: rgb(220,187,146); }
div.DivClassName
{
background-color: #DCBB92;
}
.BgClassName
{
background-color: #DCBB92;
}
</style>
border-color css
<style>
span { border-color: #DCBB92; }
span { border-color: rgb(220,187,146); }
td.TdClassName
{
border-color: #DCBB92;
}
.TagClassName
{
border-color: #DCBB92;
}
</style>