Shades of Pancho #DCBB90
Tints of Pancho #DCBB90
RGB
CMYK
RGB Variations
Color information
#DCBB90 (or 0xDCBB90) is known color: Pancho. HEX triplet: DC, BB and 90. RGB value is (220,187,144). Sum of RGB (Red+Green+Blue) = 220+187+144=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBB90 is #23446F. Grayscale: #C0C0C0. Windows color (decimal): -2311280 or 9485276. OLE color: 9485276.
HSL color Cylindrical-coordinate representation of color #DCBB90: hue angle of 33.95º 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 #DCBB90 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 144 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.14 |
| HSL | 33.95º | 0.52% | 0.71% | - |
| HSV(B) | 33.95º | 0.35% | 0.86% | - |
| XYZ | 52.32 | 52.77 | 33.81 | - |
| YUV | 191.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 144 | 0 | 0.15 | 0.35 | 0.14 | 33.95 | 0.52 | 0.71 |
| Hex | DC | BB | 90 | 0 | F | 23 | E | 22 | 34 | 47 |
| Octal | 334 | 273 | 220 | 0 | 17 | 43 | 16 | 42 | 64 | 107 |
| Binary | 11011100 | 10111011 | 10010000 | 0 | 1111 | 100011 | 1110 | 100010 | 110100 | 1000111 |
Color Harmonies of #DCBB90
Complementary color
Monochromatic Colors of #DCBB90
Black with #DCBB90
Text Example
Text Example
White with #DCBB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB90; }
p { color: rgb(220,187,144); }
H1.HeaderClassName
{
color: #DCBB90;
}
.AnyTagClassName
{
color: #DCBB90;
}
</style>
background-color css
<style>
a { background-color: #DCBB90; }
a { background-color: rgb(220,187,144); }
div.DivClassName
{
background-color: #DCBB90;
}
.BgClassName
{
background-color: #DCBB90;
}
</style>
border-color css
<style>
span { border-color: #DCBB90; }
span { border-color: rgb(220,187,144); }
td.TdClassName
{
border-color: #DCBB90;
}
.TagClassName
{
border-color: #DCBB90;
}
</style>