Shades of Pancho #DDBB91
Tints of Pancho #DDBB91
RGB
CMYK
RGB Variations
Color information
#DDBB91 (or 0xDDBB91) is known color: Pancho. HEX triplet: DD, BB and 91. RGB value is (221,187,145). Sum of RGB (Red+Green+Blue) = 221+187+145=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 145 (57.03% from 255 or 26.22% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB91 is #22446E. Grayscale: #C0C0C0. Windows color (decimal): -2245743 or 9550813. OLE color: 9550813.
HSL color Cylindrical-coordinate representation of color #DDBB91: hue angle of 33.16º degrees, saturation: 0.53, 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 #DDBB91 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 145 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.13 |
| HSL | 33.16º | 0.53% | 0.72% | - |
| HSV(B) | 33.16º | 0.34% | 0.87% | - |
| XYZ | 52.7 | 52.96 | 34.23 | - |
| YUV | 192.38 | 101.26 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 145 | 0 | 0.15 | 0.34 | 0.13 | 33.16 | 0.53 | 0.72 |
| Hex | DD | BB | 91 | 0 | F | 22 | D | 21 | 35 | 48 |
| Octal | 335 | 273 | 221 | 0 | 17 | 42 | 15 | 41 | 65 | 110 |
| Binary | 11011101 | 10111011 | 10010001 | 0 | 1111 | 100010 | 1101 | 100001 | 110101 | 1001000 |
Color Harmonies of #DDBB91
Complementary color
Monochromatic Colors of #DDBB91
Black with #DDBB91
Text Example
Text Example
White with #DDBB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB91; }
p { color: rgb(221,187,145); }
H1.HeaderClassName
{
color: #DDBB91;
}
.AnyTagClassName
{
color: #DDBB91;
}
</style>
background-color css
<style>
a { background-color: #DDBB91; }
a { background-color: rgb(221,187,145); }
div.DivClassName
{
background-color: #DDBB91;
}
.BgClassName
{
background-color: #DDBB91;
}
</style>
border-color css
<style>
span { border-color: #DDBB91; }
span { border-color: rgb(221,187,145); }
td.TdClassName
{
border-color: #DDBB91;
}
.TagClassName
{
border-color: #DDBB91;
}
</style>