Shades of Pancho #DDC192
Tints of Pancho #DDC192
RGB
CMYK
RGB Variations
Color information
#DDC192 (or 0xDDC192) is known color: Pancho. HEX triplet: DD, C1 and 92. RGB value is (221,193,146). Sum of RGB (Red+Green+Blue) = 221+193+146=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 193 (75.78% from 255 or 34.46% from 560); Blue value is 146 (57.42% from 255 or 26.07% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC192 is #223E6D. Grayscale: #C4C4C4. Windows color (decimal): -2244206 or 9617885. OLE color: 9617885.
HSL color Cylindrical-coordinate representation of color #DDC192: hue angle of 37.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDC192 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 146 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.13 |
| HSL | 37.6º | 0.52% | 0.72% | - |
| HSV(B) | 37.6º | 0.34% | 0.87% | - |
| XYZ | 54.08 | 55.59 | 35.07 | - |
| YUV | 196.01 | 99.78 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 146 | 0 | 0.13 | 0.34 | 0.13 | 37.6 | 0.52 | 0.72 |
| Hex | DD | C1 | 92 | 0 | D | 22 | D | 26 | 34 | 48 |
| Octal | 335 | 301 | 222 | 0 | 15 | 42 | 15 | 46 | 64 | 110 |
| Binary | 11011101 | 11000001 | 10010010 | 0 | 1101 | 100010 | 1101 | 100110 | 110100 | 1001000 |
Color Harmonies of #DDC192
Complementary color
Monochromatic Colors of #DDC192
Black with #DDC192
Text Example
Text Example
White with #DDC192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC192; }
p { color: rgb(221,193,146); }
H1.HeaderClassName
{
color: #DDC192;
}
.AnyTagClassName
{
color: #DDC192;
}
</style>
background-color css
<style>
a { background-color: #DDC192; }
a { background-color: rgb(221,193,146); }
div.DivClassName
{
background-color: #DDC192;
}
.BgClassName
{
background-color: #DDC192;
}
</style>
border-color css
<style>
span { border-color: #DDC192; }
span { border-color: rgb(221,193,146); }
td.TdClassName
{
border-color: #DDC192;
}
.TagClassName
{
border-color: #DDC192;
}
</style>