Shades of Pancho #DEC095
Tints of Pancho #DEC095
RGB
CMYK
RGB Variations
Color information
#DEC095 (or 0xDEC095) is known color: Pancho. HEX triplet: DE, C0 and 95. RGB value is (222,192,149). Sum of RGB (Red+Green+Blue) = 222+192+149=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 149 (58.59% from 255 or 26.47% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC095 is #213F6A. Grayscale: #C4C4C4. Windows color (decimal): -2178923 or 9814238. OLE color: 9814238.
HSL color Cylindrical-coordinate representation of color #DEC095: hue angle of 35.34º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEC095 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 149 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.13 |
| HSL | 35.34º | 0.53% | 0.73% | - |
| HSV(B) | 35.34º | 0.33% | 0.87% | - |
| XYZ | 54.4 | 55.4 | 36.26 | - |
| YUV | 196.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 149 | 0 | 0.14 | 0.33 | 0.13 | 35.34 | 0.53 | 0.73 |
| Hex | DE | C0 | 95 | 0 | E | 21 | D | 23 | 35 | 49 |
| Octal | 336 | 300 | 225 | 0 | 16 | 41 | 15 | 43 | 65 | 111 |
| Binary | 11011110 | 11000000 | 10010101 | 0 | 1110 | 100001 | 1101 | 100011 | 110101 | 1001001 |
Color Harmonies of #DEC095
Complementary color
Monochromatic Colors of #DEC095
Black with #DEC095
Text Example
Text Example
White with #DEC095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC095; }
p { color: rgb(222,192,149); }
H1.HeaderClassName
{
color: #DEC095;
}
.AnyTagClassName
{
color: #DEC095;
}
</style>
background-color css
<style>
a { background-color: #DEC095; }
a { background-color: rgb(222,192,149); }
div.DivClassName
{
background-color: #DEC095;
}
.BgClassName
{
background-color: #DEC095;
}
</style>
border-color css
<style>
span { border-color: #DEC095; }
span { border-color: rgb(222,192,149); }
td.TdClassName
{
border-color: #DEC095;
}
.TagClassName
{
border-color: #DEC095;
}
</style>