Shades of Pancho #DCB690
Tints of Pancho #DCB690
RGB
CMYK
RGB Variations
Color information
#DCB690 (or 0xDCB690) is known color: Pancho. HEX triplet: DC, B6 and 90. RGB value is (220,182,144). Sum of RGB (Red+Green+Blue) = 220+182+144=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB690 is #23496F. Grayscale: #BDBDBD. Windows color (decimal): -2312560 or 9483996. OLE color: 9483996.
HSL color Cylindrical-coordinate representation of color #DCB690: hue angle of 30º 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 #DCB690 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 144 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.14 |
| HSL | 30º | 0.52% | 0.71% | - |
| HSV(B) | 30º | 0.35% | 0.86% | - |
| XYZ | 51.28 | 50.69 | 33.47 | - |
| YUV | 189.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 144 | 0 | 0.17 | 0.35 | 0.14 | 30 | 0.52 | 0.71 |
| Hex | DC | B6 | 90 | 0 | 11 | 23 | E | 1E | 34 | 47 |
| Octal | 334 | 266 | 220 | 0 | 21 | 43 | 16 | 36 | 64 | 107 |
| Binary | 11011100 | 10110110 | 10010000 | 0 | 10001 | 100011 | 1110 | 11110 | 110100 | 1000111 |
Color Harmonies of #DCB690
Complementary color
Monochromatic Colors of #DCB690
Black with #DCB690
Text Example
Text Example
White with #DCB690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB690; }
p { color: rgb(220,182,144); }
H1.HeaderClassName
{
color: #DCB690;
}
.AnyTagClassName
{
color: #DCB690;
}
</style>
background-color css
<style>
a { background-color: #DCB690; }
a { background-color: rgb(220,182,144); }
div.DivClassName
{
background-color: #DCB690;
}
.BgClassName
{
background-color: #DCB690;
}
</style>
border-color css
<style>
span { border-color: #DCB690; }
span { border-color: rgb(220,182,144); }
td.TdClassName
{
border-color: #DCB690;
}
.TagClassName
{
border-color: #DCB690;
}
</style>