Shades of Pancho #DDBA9C
Tints of Pancho #DDBA9C
RGB
CMYK
RGB Variations
Color information
#DDBA9C (or 0xDDBA9C) is known color: Pancho. HEX triplet: DD, BA and 9C. RGB value is (221,186,156). Sum of RGB (Red+Green+Blue) = 221+186+156=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA9C is #224563. Grayscale: #C1C1C1. Windows color (decimal): -2245988 or 10271453. OLE color: 10271453.
HSL color Cylindrical-coordinate representation of color #DDBA9C: hue angle of 27.69º 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 #DDBA9C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 156 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.13 |
| HSL | 27.69º | 0.49% | 0.74% | - |
| HSV(B) | 27.69º | 0.29% | 0.87% | - |
| XYZ | 53.38 | 52.89 | 38.85 | - |
| YUV | 193.05 | 107.1 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 156 | 0 | 0.16 | 0.29 | 0.13 | 27.69 | 0.49 | 0.74 |
| Hex | DD | BA | 9C | 0 | 10 | 1D | D | 1C | 31 | 4A |
| Octal | 335 | 272 | 234 | 0 | 20 | 35 | 15 | 34 | 61 | 112 |
| Binary | 11011101 | 10111010 | 10011100 | 0 | 10000 | 11101 | 1101 | 11100 | 110001 | 1001010 |
Color Harmonies of #DDBA9C
Complementary color
Monochromatic Colors of #DDBA9C
Black with #DDBA9C
Text Example
Text Example
White with #DDBA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA9C; }
p { color: rgb(221,186,156); }
H1.HeaderClassName
{
color: #DDBA9C;
}
.AnyTagClassName
{
color: #DDBA9C;
}
</style>
background-color css
<style>
a { background-color: #DDBA9C; }
a { background-color: rgb(221,186,156); }
div.DivClassName
{
background-color: #DDBA9C;
}
.BgClassName
{
background-color: #DDBA9C;
}
</style>
border-color css
<style>
span { border-color: #DDBA9C; }
span { border-color: rgb(221,186,156); }
td.TdClassName
{
border-color: #DDBA9C;
}
.TagClassName
{
border-color: #DDBA9C;
}
</style>