Shades of Pancho #DCC090
Tints of Pancho #DCC090
RGB
CMYK
RGB Variations
Color information
#DCC090 (or 0xDCC090) is known color: Pancho. HEX triplet: DC, C0 and 90. RGB value is (220,192,144). Sum of RGB (Red+Green+Blue) = 220+192+144=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC090 is #233F6F. Grayscale: #C3C3C3. Windows color (decimal): -2310000 or 9486556. OLE color: 9486556.
HSL color Cylindrical-coordinate representation of color #DCC090: hue angle of 37.89º 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 #DCC090 is Cyan = 0, Magento = 0.13, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 144 | - |
| CMYK | 0 | 0.13 | 0.35 | 0.14 |
| HSL | 37.89º | 0.52% | 0.71% | - |
| HSV(B) | 37.89º | 0.35% | 0.86% | - |
| XYZ | 53.4 | 54.93 | 34.17 | - |
| YUV | 194.9 | 99.28 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 144 | 0 | 0.13 | 0.35 | 0.14 | 37.89 | 0.52 | 0.71 |
| Hex | DC | C0 | 90 | 0 | D | 23 | E | 26 | 34 | 47 |
| Octal | 334 | 300 | 220 | 0 | 15 | 43 | 16 | 46 | 64 | 107 |
| Binary | 11011100 | 11000000 | 10010000 | 0 | 1101 | 100011 | 1110 | 100110 | 110100 | 1000111 |
Color Harmonies of #DCC090
Complementary color
Monochromatic Colors of #DCC090
Black with #DCC090
Text Example
Text Example
White with #DCC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC090; }
p { color: rgb(220,192,144); }
H1.HeaderClassName
{
color: #DCC090;
}
.AnyTagClassName
{
color: #DCC090;
}
</style>
background-color css
<style>
a { background-color: #DCC090; }
a { background-color: rgb(220,192,144); }
div.DivClassName
{
background-color: #DCC090;
}
.BgClassName
{
background-color: #DCC090;
}
</style>
border-color css
<style>
span { border-color: #DCC090; }
span { border-color: rgb(220,192,144); }
td.TdClassName
{
border-color: #DCC090;
}
.TagClassName
{
border-color: #DCC090;
}
</style>