Shades of Pancho #DEC195
Tints of Pancho #DEC195
RGB
CMYK
RGB Variations
Color information
#DEC195 (or 0xDEC195) is known color: Pancho. HEX triplet: DE, C1 and 95. RGB value is (222,193,149). Sum of RGB (Red+Green+Blue) = 222+193+149=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 193 (75.78% from 255 or 34.22% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC195 is #213E6A. Grayscale: #C4C4C4. Windows color (decimal): -2178667 or 9814494. OLE color: 9814494.
HSL color Cylindrical-coordinate representation of color #DEC195: hue angle of 36.16º 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 #DEC195 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 149 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 36.16º | 0.53% | 0.73% | - |
| HSV(B) | 36.16º | 0.33% | 0.87% | - |
| XYZ | 54.62 | 55.84 | 36.33 | - |
| YUV | 196.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 149 | 0 | 0.13 | 0.33 | 0.13 | 36.16 | 0.53 | 0.73 |
| Hex | DE | C1 | 95 | 0 | D | 21 | D | 24 | 35 | 49 |
| Octal | 336 | 301 | 225 | 0 | 15 | 41 | 15 | 44 | 65 | 111 |
| Binary | 11011110 | 11000001 | 10010101 | 0 | 1101 | 100001 | 1101 | 100100 | 110101 | 1001001 |
Color Harmonies of #DEC195
Complementary color
Monochromatic Colors of #DEC195
Black with #DEC195
Text Example
Text Example
White with #DEC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC195; }
p { color: rgb(222,193,149); }
H1.HeaderClassName
{
color: #DEC195;
}
.AnyTagClassName
{
color: #DEC195;
}
</style>
background-color css
<style>
a { background-color: #DEC195; }
a { background-color: rgb(222,193,149); }
div.DivClassName
{
background-color: #DEC195;
}
.BgClassName
{
background-color: #DEC195;
}
</style>
border-color css
<style>
span { border-color: #DEC195; }
span { border-color: rgb(222,193,149); }
td.TdClassName
{
border-color: #DEC195;
}
.TagClassName
{
border-color: #DEC195;
}
</style>