Shades of Pancho #DDC092
Tints of Pancho #DDC092
RGB
CMYK
RGB Variations
Color information
#DDC092 (or 0xDDC092) is known color: Pancho. HEX triplet: DD, C0 and 92. RGB value is (221,192,146). Sum of RGB (Red+Green+Blue) = 221+192+146=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 146 (57.42% from 255 or 26.12% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC092 is #223F6D. Grayscale: #C3C3C3. Windows color (decimal): -2244462 or 9617629. OLE color: 9617629.
HSL color Cylindrical-coordinate representation of color #DDC092: hue angle of 36.8º 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 #DDC092 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 146 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.13 |
| HSL | 36.8º | 0.52% | 0.72% | - |
| HSV(B) | 36.8º | 0.34% | 0.87% | - |
| XYZ | 53.86 | 55.15 | 35 | - |
| YUV | 195.43 | 100.11 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 146 | 0 | 0.13 | 0.34 | 0.13 | 36.8 | 0.52 | 0.72 |
| Hex | DD | C0 | 92 | 0 | D | 22 | D | 25 | 34 | 48 |
| Octal | 335 | 300 | 222 | 0 | 15 | 42 | 15 | 45 | 64 | 110 |
| Binary | 11011101 | 11000000 | 10010010 | 0 | 1101 | 100010 | 1101 | 100101 | 110100 | 1001000 |
Color Harmonies of #DDC092
Complementary color
Monochromatic Colors of #DDC092
Black with #DDC092
Text Example
Text Example
White with #DDC092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC092; }
p { color: rgb(221,192,146); }
H1.HeaderClassName
{
color: #DDC092;
}
.AnyTagClassName
{
color: #DDC092;
}
</style>
background-color css
<style>
a { background-color: #DDC092; }
a { background-color: rgb(221,192,146); }
div.DivClassName
{
background-color: #DDC092;
}
.BgClassName
{
background-color: #DDC092;
}
</style>
border-color css
<style>
span { border-color: #DDC092; }
span { border-color: rgb(221,192,146); }
td.TdClassName
{
border-color: #DDC092;
}
.TagClassName
{
border-color: #DDC092;
}
</style>