Shades of Pancho #DEC090
Tints of Pancho #DEC090
RGB
CMYK
RGB Variations
Color information
#DEC090 (or 0xDEC090) is known color: Pancho. HEX triplet: DE, C0 and 90. RGB value is (222,192,144). Sum of RGB (Red+Green+Blue) = 222+192+144=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 144 (56.64% from 255 or 25.81% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC090 is #213F6F. Grayscale: #C3C3C3. Windows color (decimal): -2178928 or 9486558. OLE color: 9486558.
HSL color Cylindrical-coordinate representation of color #DEC090: hue angle of 36.92º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEC090 is Cyan = 0, Magento = 0.14, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 144 | - |
| CMYK | 0 | 0.14 | 0.35 | 0.13 |
| HSL | 36.92º | 0.54% | 0.72% | - |
| HSV(B) | 36.92º | 0.35% | 0.87% | - |
| XYZ | 54.01 | 55.24 | 34.2 | - |
| YUV | 195.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 144 | 0 | 0.14 | 0.35 | 0.13 | 36.92 | 0.54 | 0.72 |
| Hex | DE | C0 | 90 | 0 | E | 23 | D | 25 | 36 | 48 |
| Octal | 336 | 300 | 220 | 0 | 16 | 43 | 15 | 45 | 66 | 110 |
| Binary | 11011110 | 11000000 | 10010000 | 0 | 1110 | 100011 | 1101 | 100101 | 110110 | 1001000 |
Color Harmonies of #DEC090
Complementary color
Monochromatic Colors of #DEC090
Black with #DEC090
Text Example
Text Example
White with #DEC090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC090; }
p { color: rgb(222,192,144); }
H1.HeaderClassName
{
color: #DEC090;
}
.AnyTagClassName
{
color: #DEC090;
}
</style>
background-color css
<style>
a { background-color: #DEC090; }
a { background-color: rgb(222,192,144); }
div.DivClassName
{
background-color: #DEC090;
}
.BgClassName
{
background-color: #DEC090;
}
</style>
border-color css
<style>
span { border-color: #DEC090; }
span { border-color: rgb(222,192,144); }
td.TdClassName
{
border-color: #DEC090;
}
.TagClassName
{
border-color: #DEC090;
}
</style>