Shades of Pancho #DCB092
Tints of Pancho #DCB092
RGB
CMYK
RGB Variations
Color information
#DCB092 (or 0xDCB092) is known color: Pancho. HEX triplet: DC, B0 and 92. RGB value is (220,176,146). Sum of RGB (Red+Green+Blue) = 220+176+146=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB092 is #234F6D. Grayscale: #B9B9B9. Windows color (decimal): -2314094 or 9613532. OLE color: 9613532.
HSL color Cylindrical-coordinate representation of color #DCB092: hue angle of 24.32º 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 #DCB092 is Cyan = 0, Magento = 0.2, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 146 | - |
| CMYK | 0 | 0.2 | 0.34 | 0.14 |
| HSL | 24.32º | 0.51% | 0.72% | - |
| HSV(B) | 24.32º | 0.34% | 0.86% | - |
| XYZ | 50.23 | 48.34 | 33.88 | - |
| YUV | 185.74 | 105.58 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 146 | 0 | 0.2 | 0.34 | 0.14 | 24.32 | 0.51 | 0.72 |
| Hex | DC | B0 | 92 | 0 | 14 | 22 | E | 18 | 33 | 48 |
| Octal | 334 | 260 | 222 | 0 | 24 | 42 | 16 | 30 | 63 | 110 |
| Binary | 11011100 | 10110000 | 10010010 | 0 | 10100 | 100010 | 1110 | 11000 | 110011 | 1001000 |
Color Harmonies of #DCB092
Complementary color
Monochromatic Colors of #DCB092
Black with #DCB092
Text Example
Text Example
White with #DCB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB092; }
p { color: rgb(220,176,146); }
H1.HeaderClassName
{
color: #DCB092;
}
.AnyTagClassName
{
color: #DCB092;
}
</style>
background-color css
<style>
a { background-color: #DCB092; }
a { background-color: rgb(220,176,146); }
div.DivClassName
{
background-color: #DCB092;
}
.BgClassName
{
background-color: #DCB092;
}
</style>
border-color css
<style>
span { border-color: #DCB092; }
span { border-color: rgb(220,176,146); }
td.TdClassName
{
border-color: #DCB092;
}
.TagClassName
{
border-color: #DCB092;
}
</style>