Shades of Pancho #DDBA9B
Tints of Pancho #DDBA9B
RGB
CMYK
RGB Variations
Color information
#DDBA9B (or 0xDDBA9B) is known color: Pancho. HEX triplet: DD, BA and 9B. RGB value is (221,186,155). Sum of RGB (Red+Green+Blue) = 221+186+155=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 155 (60.94% from 255 or 27.58% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA9B is #224564. Grayscale: #C1C1C1. Windows color (decimal): -2245989 or 10205917. OLE color: 10205917.
HSL color Cylindrical-coordinate representation of color #DDBA9B: hue angle of 28.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDBA9B is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 155 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.13 |
| HSL | 28.18º | 0.49% | 0.74% | - |
| HSV(B) | 28.18º | 0.3% | 0.87% | - |
| XYZ | 53.29 | 52.86 | 38.4 | - |
| YUV | 192.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 155 | 0 | 0.16 | 0.30 | 0.13 | 28.18 | 0.49 | 0.74 |
| Hex | DD | BA | 9B | 0 | 10 | 1E | D | 1C | 31 | 4A |
| Octal | 335 | 272 | 233 | 0 | 20 | 36 | 15 | 34 | 61 | 112 |
| Binary | 11011101 | 10111010 | 10011011 | 0 | 10000 | 11110 | 1101 | 11100 | 110001 | 1001010 |
Color Harmonies of #DDBA9B
Complementary color
Monochromatic Colors of #DDBA9B
Black with #DDBA9B
Text Example
Text Example
White with #DDBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA9B; }
p { color: rgb(221,186,155); }
H1.HeaderClassName
{
color: #DDBA9B;
}
.AnyTagClassName
{
color: #DDBA9B;
}
</style>
background-color css
<style>
a { background-color: #DDBA9B; }
a { background-color: rgb(221,186,155); }
div.DivClassName
{
background-color: #DDBA9B;
}
.BgClassName
{
background-color: #DDBA9B;
}
</style>
border-color css
<style>
span { border-color: #DDBA9B; }
span { border-color: rgb(221,186,155); }
td.TdClassName
{
border-color: #DDBA9B;
}
.TagClassName
{
border-color: #DDBA9B;
}
</style>