Shades of Pancho #DCBD92
Tints of Pancho #DCBD92
RGB
CMYK
RGB Variations
Color information
#DCBD92 (or 0xDCBD92) is known color: Pancho. HEX triplet: DC, BD and 92. RGB value is (220,189,146). Sum of RGB (Red+Green+Blue) = 220+189+146=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 146 (57.42% from 255 or 26.31% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD92 is #23426D. Grayscale: #C1C1C1. Windows color (decimal): -2310766 or 9616860. OLE color: 9616860.
HSL color Cylindrical-coordinate representation of color #DCBD92: hue angle of 34.86º 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 #DCBD92 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 146 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.14 |
| HSL | 34.86º | 0.51% | 0.72% | - |
| HSV(B) | 34.86º | 0.34% | 0.86% | - |
| XYZ | 52.9 | 53.69 | 34.77 | - |
| YUV | 193.37 | 101.27 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 146 | 0 | 0.14 | 0.34 | 0.14 | 34.86 | 0.51 | 0.72 |
| Hex | DC | BD | 92 | 0 | E | 22 | E | 23 | 33 | 48 |
| Octal | 334 | 275 | 222 | 0 | 16 | 42 | 16 | 43 | 63 | 110 |
| Binary | 11011100 | 10111101 | 10010010 | 0 | 1110 | 100010 | 1110 | 100011 | 110011 | 1001000 |
Color Harmonies of #DCBD92
Complementary color
Monochromatic Colors of #DCBD92
Black with #DCBD92
Text Example
Text Example
White with #DCBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD92; }
p { color: rgb(220,189,146); }
H1.HeaderClassName
{
color: #DCBD92;
}
.AnyTagClassName
{
color: #DCBD92;
}
</style>
background-color css
<style>
a { background-color: #DCBD92; }
a { background-color: rgb(220,189,146); }
div.DivClassName
{
background-color: #DCBD92;
}
.BgClassName
{
background-color: #DCBD92;
}
</style>
border-color css
<style>
span { border-color: #DCBD92; }
span { border-color: rgb(220,189,146); }
td.TdClassName
{
border-color: #DCBD92;
}
.TagClassName
{
border-color: #DCBD92;
}
</style>