Shades of Pancho #DDBB96
Tints of Pancho #DDBB96
RGB
CMYK
RGB Variations
Color information
#DDBB96 (or 0xDDBB96) is known color: Pancho. HEX triplet: DD, BB and 96. RGB value is (221,187,150). Sum of RGB (Red+Green+Blue) = 221+187+150=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 150 (58.98% from 255 or 26.88% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB96 is #224469. Grayscale: #C1C1C1. Windows color (decimal): -2245738 or 9878493. OLE color: 9878493.
HSL color Cylindrical-coordinate representation of color #DDBB96: hue angle of 31.27º 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 #DDBB96 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 150 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.13 |
| HSL | 31.27º | 0.51% | 0.73% | - |
| HSV(B) | 31.27º | 0.32% | 0.87% | - |
| XYZ | 53.09 | 53.11 | 36.31 | - |
| YUV | 192.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 150 | 0 | 0.15 | 0.32 | 0.13 | 31.27 | 0.51 | 0.73 |
| Hex | DD | BB | 96 | 0 | F | 20 | D | 1F | 33 | 49 |
| Octal | 335 | 273 | 226 | 0 | 17 | 40 | 15 | 37 | 63 | 111 |
| Binary | 11011101 | 10111011 | 10010110 | 0 | 1111 | 100000 | 1101 | 11111 | 110011 | 1001001 |
Color Harmonies of #DDBB96
Complementary color
Monochromatic Colors of #DDBB96
Black with #DDBB96
Text Example
Text Example
White with #DDBB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB96; }
p { color: rgb(221,187,150); }
H1.HeaderClassName
{
color: #DDBB96;
}
.AnyTagClassName
{
color: #DDBB96;
}
</style>
background-color css
<style>
a { background-color: #DDBB96; }
a { background-color: rgb(221,187,150); }
div.DivClassName
{
background-color: #DDBB96;
}
.BgClassName
{
background-color: #DDBB96;
}
</style>
border-color css
<style>
span { border-color: #DDBB96; }
span { border-color: rgb(221,187,150); }
td.TdClassName
{
border-color: #DDBB96;
}
.TagClassName
{
border-color: #DDBB96;
}
</style>