Shades of Pancho #DDBA9A
Tints of Pancho #DDBA9A
RGB
CMYK
RGB Variations
Color information
#DDBA9A (or 0xDDBA9A) is known color: Pancho. HEX triplet: DD, BA and 9A. RGB value is (221,186,154). Sum of RGB (Red+Green+Blue) = 221+186+154=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 186 (73.05% from 255 or 33.16% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA9A is #224565. Grayscale: #C0C0C0. Windows color (decimal): -2245990 or 10140381. OLE color: 10140381.
HSL color Cylindrical-coordinate representation of color #DDBA9A: hue angle of 28.66º degrees, saturation: 0.5, 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 #DDBA9A is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 154 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.13 |
| HSL | 28.66º | 0.5% | 0.74% | - |
| HSV(B) | 28.66º | 0.3% | 0.87% | - |
| XYZ | 53.21 | 52.82 | 37.96 | - |
| YUV | 192.82 | 106.1 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 154 | 0 | 0.16 | 0.30 | 0.13 | 28.66 | 0.5 | 0.74 |
| Hex | DD | BA | 9A | 0 | 10 | 1E | D | 1D | 32 | 4A |
| Octal | 335 | 272 | 232 | 0 | 20 | 36 | 15 | 35 | 62 | 112 |
| Binary | 11011101 | 10111010 | 10011010 | 0 | 10000 | 11110 | 1101 | 11101 | 110010 | 1001010 |
Color Harmonies of #DDBA9A
Complementary color
Monochromatic Colors of #DDBA9A
Black with #DDBA9A
Text Example
Text Example
White with #DDBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA9A; }
p { color: rgb(221,186,154); }
H1.HeaderClassName
{
color: #DDBA9A;
}
.AnyTagClassName
{
color: #DDBA9A;
}
</style>
background-color css
<style>
a { background-color: #DDBA9A; }
a { background-color: rgb(221,186,154); }
div.DivClassName
{
background-color: #DDBA9A;
}
.BgClassName
{
background-color: #DDBA9A;
}
</style>
border-color css
<style>
span { border-color: #DDBA9A; }
span { border-color: rgb(221,186,154); }
td.TdClassName
{
border-color: #DDBA9A;
}
.TagClassName
{
border-color: #DDBA9A;
}
</style>