Shades of Pancho #DDB996
Tints of Pancho #DDB996
RGB
CMYK
RGB Variations
Color information
#DDB996 (or 0xDDB996) is known color: Pancho. HEX triplet: DD, B9 and 96. RGB value is (221,185,150). Sum of RGB (Red+Green+Blue) = 221+185+150=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 185 (72.66% from 255 or 33.27% from 556); Blue value is 150 (58.98% from 255 or 26.98% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB996 is #224669. Grayscale: #BFBFBF. Windows color (decimal): -2246250 or 9877981. OLE color: 9877981.
HSL color Cylindrical-coordinate representation of color #DDB996: hue angle of 29.58º 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 #DDB996 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 150 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.13 |
| HSL | 29.58º | 0.51% | 0.73% | - |
| HSV(B) | 29.58º | 0.32% | 0.87% | - |
| XYZ | 52.67 | 52.27 | 36.17 | - |
| YUV | 191.77 | 104.43 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 150 | 0 | 0.16 | 0.32 | 0.13 | 29.58 | 0.51 | 0.73 |
| Hex | DD | B9 | 96 | 0 | 10 | 20 | D | 1E | 33 | 49 |
| Octal | 335 | 271 | 226 | 0 | 20 | 40 | 15 | 36 | 63 | 111 |
| Binary | 11011101 | 10111001 | 10010110 | 0 | 10000 | 100000 | 1101 | 11110 | 110011 | 1001001 |
Color Harmonies of #DDB996
Complementary color
Monochromatic Colors of #DDB996
Black with #DDB996
Text Example
Text Example
White with #DDB996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB996; }
p { color: rgb(221,185,150); }
H1.HeaderClassName
{
color: #DDB996;
}
.AnyTagClassName
{
color: #DDB996;
}
</style>
background-color css
<style>
a { background-color: #DDB996; }
a { background-color: rgb(221,185,150); }
div.DivClassName
{
background-color: #DDB996;
}
.BgClassName
{
background-color: #DDB996;
}
</style>
border-color css
<style>
span { border-color: #DDB996; }
span { border-color: rgb(221,185,150); }
td.TdClassName
{
border-color: #DDB996;
}
.TagClassName
{
border-color: #DDB996;
}
</style>