Shades of Pancho #DCC093
Tints of Pancho #DCC093
RGB
CMYK
RGB Variations
Color information
#DCC093 (or 0xDCC093) is known color: Pancho. HEX triplet: DC, C0 and 93. RGB value is (220,192,147). Sum of RGB (Red+Green+Blue) = 220+192+147=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC093 is #233F6C. Grayscale: #C3C3C3. Windows color (decimal): -2309997 or 9683164. OLE color: 9683164.
HSL color Cylindrical-coordinate representation of color #DCC093: hue angle of 36.99º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC093 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 147 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.14 |
| HSL | 36.99º | 0.51% | 0.72% | - |
| HSV(B) | 36.99º | 0.33% | 0.86% | - |
| XYZ | 53.63 | 55.02 | 35.4 | - |
| YUV | 195.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 147 | 0 | 0.13 | 0.33 | 0.14 | 36.99 | 0.51 | 0.72 |
| Hex | DC | C0 | 93 | 0 | D | 21 | E | 25 | 33 | 48 |
| Octal | 334 | 300 | 223 | 0 | 15 | 41 | 16 | 45 | 63 | 110 |
| Binary | 11011100 | 11000000 | 10010011 | 0 | 1101 | 100001 | 1110 | 100101 | 110011 | 1001000 |
Color Harmonies of #DCC093
Complementary color
Monochromatic Colors of #DCC093
Black with #DCC093
Text Example
Text Example
White with #DCC093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC093; }
p { color: rgb(220,192,147); }
H1.HeaderClassName
{
color: #DCC093;
}
.AnyTagClassName
{
color: #DCC093;
}
</style>
background-color css
<style>
a { background-color: #DCC093; }
a { background-color: rgb(220,192,147); }
div.DivClassName
{
background-color: #DCC093;
}
.BgClassName
{
background-color: #DCC093;
}
</style>
border-color css
<style>
span { border-color: #DCC093; }
span { border-color: rgb(220,192,147); }
td.TdClassName
{
border-color: #DCC093;
}
.TagClassName
{
border-color: #DCC093;
}
</style>