Shades of Pancho #DCB090
Tints of Pancho #DCB090
RGB
CMYK
RGB Variations
Color information
#DCB090 (or 0xDCB090) is known color: Pancho. HEX triplet: DC, B0 and 90. RGB value is (220,176,144). Sum of RGB (Red+Green+Blue) = 220+176+144=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCB090 is #234F6F. Grayscale: #B9B9B9. Windows color (decimal): -2314096 or 9482460. OLE color: 9482460.
HSL color Cylindrical-coordinate representation of color #DCB090: hue angle of 25.26º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCB090 is Cyan = 0, Magento = 0.2, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 144 | - |
| CMYK | 0 | 0.2 | 0.35 | 0.14 |
| HSL | 25.26º | 0.52% | 0.71% | - |
| HSV(B) | 25.26º | 0.35% | 0.86% | - |
| XYZ | 50.07 | 48.28 | 33.07 | - |
| YUV | 185.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 144 | 0 | 0.2 | 0.35 | 0.14 | 25.26 | 0.52 | 0.71 |
| Hex | DC | B0 | 90 | 0 | 14 | 23 | E | 19 | 34 | 47 |
| Octal | 334 | 260 | 220 | 0 | 24 | 43 | 16 | 31 | 64 | 107 |
| Binary | 11011100 | 10110000 | 10010000 | 0 | 10100 | 100011 | 1110 | 11001 | 110100 | 1000111 |
Color Harmonies of #DCB090
Complementary color
Monochromatic Colors of #DCB090
Black with #DCB090
Text Example
Text Example
White with #DCB090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB090; }
p { color: rgb(220,176,144); }
H1.HeaderClassName
{
color: #DCB090;
}
.AnyTagClassName
{
color: #DCB090;
}
</style>
background-color css
<style>
a { background-color: #DCB090; }
a { background-color: rgb(220,176,144); }
div.DivClassName
{
background-color: #DCB090;
}
.BgClassName
{
background-color: #DCB090;
}
</style>
border-color css
<style>
span { border-color: #DCB090; }
span { border-color: rgb(220,176,144); }
td.TdClassName
{
border-color: #DCB090;
}
.TagClassName
{
border-color: #DCB090;
}
</style>