Shades of Pancho #DDC096
Tints of Pancho #DDC096
RGB
CMYK
RGB Variations
Color information
#DDC096 (or 0xDDC096) is known color: Pancho. HEX triplet: DD, C0 and 96. RGB value is (221,192,150). Sum of RGB (Red+Green+Blue) = 221+192+150=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC096 is #223F69. Grayscale: #C4C4C4. Windows color (decimal): -2244458 or 9879773. OLE color: 9879773.
HSL color Cylindrical-coordinate representation of color #DDC096: hue angle of 35.49º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDC096 is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 150 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.13 |
| HSL | 35.49º | 0.51% | 0.73% | - |
| HSV(B) | 35.49º | 0.32% | 0.87% | - |
| XYZ | 54.17 | 55.27 | 36.67 | - |
| YUV | 195.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 150 | 0 | 0.13 | 0.32 | 0.13 | 35.49 | 0.51 | 0.73 |
| Hex | DD | C0 | 96 | 0 | D | 20 | D | 23 | 33 | 49 |
| Octal | 335 | 300 | 226 | 0 | 15 | 40 | 15 | 43 | 63 | 111 |
| Binary | 11011101 | 11000000 | 10010110 | 0 | 1101 | 100000 | 1101 | 100011 | 110011 | 1001001 |
Color Harmonies of #DDC096
Complementary color
Monochromatic Colors of #DDC096
Black with #DDC096
Text Example
Text Example
White with #DDC096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC096; }
p { color: rgb(221,192,150); }
H1.HeaderClassName
{
color: #DDC096;
}
.AnyTagClassName
{
color: #DDC096;
}
</style>
background-color css
<style>
a { background-color: #DDC096; }
a { background-color: rgb(221,192,150); }
div.DivClassName
{
background-color: #DDC096;
}
.BgClassName
{
background-color: #DDC096;
}
</style>
border-color css
<style>
span { border-color: #DDC096; }
span { border-color: rgb(221,192,150); }
td.TdClassName
{
border-color: #DDC096;
}
.TagClassName
{
border-color: #DDC096;
}
</style>