Shades of Pancho #DEC094
Tints of Pancho #DEC094
RGB
CMYK
RGB Variations
Color information
#DEC094 (or 0xDEC094) is known color: Pancho. HEX triplet: DE, C0 and 94. RGB value is (222,192,148). Sum of RGB (Red+Green+Blue) = 222+192+148=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 192 (75.39% from 255 or 34.16% from 562); Blue value is 148 (58.20% from 255 or 26.33% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC094 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC094 is #213F6B. Grayscale: #C4C4C4. Windows color (decimal): -2178924 or 9748702. OLE color: 9748702.
HSL color Cylindrical-coordinate representation of color #DEC094: hue angle of 35.68º 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 #DEC094 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 192 | 148 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.13 |
| HSL | 35.68º | 0.53% | 0.73% | - |
| HSV(B) | 35.68º | 0.33% | 0.87% | - |
| XYZ | 54.32 | 55.37 | 35.84 | - |
| YUV | 195.95 | 100.94 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 192 | 148 | 0 | 0.14 | 0.33 | 0.13 | 35.68 | 0.53 | 0.73 |
| Hex | DE | C0 | 94 | 0 | E | 21 | D | 24 | 35 | 49 |
| Octal | 336 | 300 | 224 | 0 | 16 | 41 | 15 | 44 | 65 | 111 |
| Binary | 11011110 | 11000000 | 10010100 | 0 | 1110 | 100001 | 1101 | 100100 | 110101 | 1001001 |
Color Harmonies of #DEC094
Complementary color
Monochromatic Colors of #DEC094
Black with #DEC094
Text Example
Text Example
White with #DEC094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC094; }
p { color: rgb(222,192,148); }
H1.HeaderClassName
{
color: #DEC094;
}
.AnyTagClassName
{
color: #DEC094;
}
</style>
background-color css
<style>
a { background-color: #DEC094; }
a { background-color: rgb(222,192,148); }
div.DivClassName
{
background-color: #DEC094;
}
.BgClassName
{
background-color: #DEC094;
}
</style>
border-color css
<style>
span { border-color: #DEC094; }
span { border-color: rgb(222,192,148); }
td.TdClassName
{
border-color: #DEC094;
}
.TagClassName
{
border-color: #DEC094;
}
</style>