Shades of Pancho #DEC194
Tints of Pancho #DEC194
RGB
CMYK
RGB Variations
Color information
#DEC194 (or 0xDEC194) is known color: Pancho. HEX triplet: DE, C1 and 94. RGB value is (222,193,148). Sum of RGB (Red+Green+Blue) = 222+193+148=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 193 (75.78% from 255 or 34.28% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC194 is #213E6B. Grayscale: #C4C4C4. Windows color (decimal): -2178668 or 9748958. OLE color: 9748958.
HSL color Cylindrical-coordinate representation of color #DEC194: hue angle of 36.49º 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 #DEC194 is Cyan = 0, Magento = 0.13, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 193 | 148 | - |
| CMYK | 0 | 0.13 | 0.33 | 0.13 |
| HSL | 36.49º | 0.53% | 0.73% | - |
| HSV(B) | 36.49º | 0.33% | 0.87% | - |
| XYZ | 54.54 | 55.81 | 35.91 | - |
| YUV | 196.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 193 | 148 | 0 | 0.13 | 0.33 | 0.13 | 36.49 | 0.53 | 0.73 |
| Hex | DE | C1 | 94 | 0 | D | 21 | D | 24 | 35 | 49 |
| Octal | 336 | 301 | 224 | 0 | 15 | 41 | 15 | 44 | 65 | 111 |
| Binary | 11011110 | 11000001 | 10010100 | 0 | 1101 | 100001 | 1101 | 100100 | 110101 | 1001001 |
Color Harmonies of #DEC194
Complementary color
Monochromatic Colors of #DEC194
Black with #DEC194
Text Example
Text Example
White with #DEC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC194; }
p { color: rgb(222,193,148); }
H1.HeaderClassName
{
color: #DEC194;
}
.AnyTagClassName
{
color: #DEC194;
}
</style>
background-color css
<style>
a { background-color: #DEC194; }
a { background-color: rgb(222,193,148); }
div.DivClassName
{
background-color: #DEC194;
}
.BgClassName
{
background-color: #DEC194;
}
</style>
border-color css
<style>
span { border-color: #DEC194; }
span { border-color: rgb(222,193,148); }
td.TdClassName
{
border-color: #DEC194;
}
.TagClassName
{
border-color: #DEC194;
}
</style>