Shades of Pancho #DDB796
Tints of Pancho #DDB796
RGB
CMYK
RGB Variations
Color information
#DDB796 (or 0xDDB796) is known color: Pancho. HEX triplet: DD, B7 and 96. RGB value is (221,183,150). Sum of RGB (Red+Green+Blue) = 221+183+150=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB796 is #224869. Grayscale: #BEBEBE. Windows color (decimal): -2246762 or 9877469. OLE color: 9877469.
HSL color Cylindrical-coordinate representation of color #DDB796: hue angle of 27.89º 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 #DDB796 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 150 | - |
| CMYK | 0 | 0.17 | 0.32 | 0.13 |
| HSL | 27.89º | 0.51% | 0.73% | - |
| HSV(B) | 27.89º | 0.32% | 0.87% | - |
| XYZ | 52.26 | 51.44 | 36.03 | - |
| YUV | 190.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 150 | 0 | 0.17 | 0.32 | 0.13 | 27.89 | 0.51 | 0.73 |
| Hex | DD | B7 | 96 | 0 | 11 | 20 | D | 1C | 33 | 49 |
| Octal | 335 | 267 | 226 | 0 | 21 | 40 | 15 | 34 | 63 | 111 |
| Binary | 11011101 | 10110111 | 10010110 | 0 | 10001 | 100000 | 1101 | 11100 | 110011 | 1001001 |
Color Harmonies of #DDB796
Complementary color
Monochromatic Colors of #DDB796
Black with #DDB796
Text Example
Text Example
White with #DDB796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB796; }
p { color: rgb(221,183,150); }
H1.HeaderClassName
{
color: #DDB796;
}
.AnyTagClassName
{
color: #DDB796;
}
</style>
background-color css
<style>
a { background-color: #DDB796; }
a { background-color: rgb(221,183,150); }
div.DivClassName
{
background-color: #DDB796;
}
.BgClassName
{
background-color: #DDB796;
}
</style>
border-color css
<style>
span { border-color: #DDB796; }
span { border-color: rgb(221,183,150); }
td.TdClassName
{
border-color: #DDB796;
}
.TagClassName
{
border-color: #DDB796;
}
</style>