Shades of Pancho #DDBA9D
Tints of Pancho #DDBA9D
RGB
CMYK
RGB Variations
Color information
#DDBA9D (or 0xDDBA9D) is known color: Pancho. HEX triplet: DD, BA and 9D. RGB value is (221,186,157). Sum of RGB (Red+Green+Blue) = 221+186+157=564 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.18% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 157 (61.72% from 255 or 27.84% from 564); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA9D is #224562. Grayscale: #C1C1C1. Windows color (decimal): -2245987 or 10336989. OLE color: 10336989.
HSL color Cylindrical-coordinate representation of color #DDBA9D: hue angle of 27.19º degrees, saturation: 0.48, 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 #DDBA9D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 157 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.13 |
| HSL | 27.19º | 0.48% | 0.74% | - |
| HSV(B) | 27.19º | 0.29% | 0.87% | - |
| XYZ | 53.46 | 52.92 | 39.3 | - |
| YUV | 193.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 157 | 0 | 0.16 | 0.29 | 0.13 | 27.19 | 0.48 | 0.74 |
| Hex | DD | BA | 9D | 0 | 10 | 1D | D | 1B | 30 | 4A |
| Octal | 335 | 272 | 235 | 0 | 20 | 35 | 15 | 33 | 60 | 112 |
| Binary | 11011101 | 10111010 | 10011101 | 0 | 10000 | 11101 | 1101 | 11011 | 110000 | 1001010 |
Color Harmonies of #DDBA9D
Complementary color
Monochromatic Colors of #DDBA9D
Black with #DDBA9D
Text Example
Text Example
White with #DDBA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA9D; }
p { color: rgb(221,186,157); }
H1.HeaderClassName
{
color: #DDBA9D;
}
.AnyTagClassName
{
color: #DDBA9D;
}
</style>
background-color css
<style>
a { background-color: #DDBA9D; }
a { background-color: rgb(221,186,157); }
div.DivClassName
{
background-color: #DDBA9D;
}
.BgClassName
{
background-color: #DDBA9D;
}
</style>
border-color css
<style>
span { border-color: #DDBA9D; }
span { border-color: rgb(221,186,157); }
td.TdClassName
{
border-color: #DDBA9D;
}
.TagClassName
{
border-color: #DDBA9D;
}
</style>