Shades of Pancho #DDBB9C
Tints of Pancho #DDBB9C
RGB
CMYK
RGB Variations
Color information
#DDBB9C (or 0xDDBB9C) is known color: Pancho. HEX triplet: DD, BB and 9C. RGB value is (221,187,156). Sum of RGB (Red+Green+Blue) = 221+187+156=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 187 (73.44% from 255 or 33.16% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBB9C is #224463. Grayscale: #C1C1C1. Windows color (decimal): -2245732 or 10271709. OLE color: 10271709.
HSL color Cylindrical-coordinate representation of color #DDBB9C: hue angle of 28.62º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDBB9C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 156 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.13 |
| HSL | 28.62º | 0.49% | 0.74% | - |
| HSV(B) | 28.62º | 0.29% | 0.87% | - |
| XYZ | 53.59 | 53.31 | 38.92 | - |
| YUV | 193.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 156 | 0 | 0.15 | 0.29 | 0.13 | 28.62 | 0.49 | 0.74 |
| Hex | DD | BB | 9C | 0 | F | 1D | D | 1D | 31 | 4A |
| Octal | 335 | 273 | 234 | 0 | 17 | 35 | 15 | 35 | 61 | 112 |
| Binary | 11011101 | 10111011 | 10011100 | 0 | 1111 | 11101 | 1101 | 11101 | 110001 | 1001010 |
Color Harmonies of #DDBB9C
Complementary color
Monochromatic Colors of #DDBB9C
Black with #DDBB9C
Text Example
Text Example
White with #DDBB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB9C; }
p { color: rgb(221,187,156); }
H1.HeaderClassName
{
color: #DDBB9C;
}
.AnyTagClassName
{
color: #DDBB9C;
}
</style>
background-color css
<style>
a { background-color: #DDBB9C; }
a { background-color: rgb(221,187,156); }
div.DivClassName
{
background-color: #DDBB9C;
}
.BgClassName
{
background-color: #DDBB9C;
}
</style>
border-color css
<style>
span { border-color: #DDBB9C; }
span { border-color: rgb(221,187,156); }
td.TdClassName
{
border-color: #DDBB9C;
}
.TagClassName
{
border-color: #DDBB9C;
}
</style>