Shades of Pancho #DDBA93
Tints of Pancho #DDBA93
RGB
CMYK
RGB Variations
Color information
#DDBA93 (or 0xDDBA93) is known color: Pancho. HEX triplet: DD, BA and 93. RGB value is (221,186,147). Sum of RGB (Red+Green+Blue) = 221+186+147=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA93 is #22456C. Grayscale: #C0C0C0. Windows color (decimal): -2245997 or 9681629. OLE color: 9681629.
HSL color Cylindrical-coordinate representation of color #DDBA93: hue angle of 31.62º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDBA93 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 147 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.13 |
| HSL | 31.62º | 0.52% | 0.72% | - |
| HSV(B) | 31.62º | 0.33% | 0.87% | - |
| XYZ | 52.64 | 52.6 | 34.98 | - |
| YUV | 192.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 147 | 0 | 0.16 | 0.33 | 0.13 | 31.62 | 0.52 | 0.72 |
| Hex | DD | BA | 93 | 0 | 10 | 21 | D | 20 | 34 | 48 |
| Octal | 335 | 272 | 223 | 0 | 20 | 41 | 15 | 40 | 64 | 110 |
| Binary | 11011101 | 10111010 | 10010011 | 0 | 10000 | 100001 | 1101 | 100000 | 110100 | 1001000 |
Color Harmonies of #DDBA93
Complementary color
Monochromatic Colors of #DDBA93
Black with #DDBA93
Text Example
Text Example
White with #DDBA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA93; }
p { color: rgb(221,186,147); }
H1.HeaderClassName
{
color: #DDBA93;
}
.AnyTagClassName
{
color: #DDBA93;
}
</style>
background-color css
<style>
a { background-color: #DDBA93; }
a { background-color: rgb(221,186,147); }
div.DivClassName
{
background-color: #DDBA93;
}
.BgClassName
{
background-color: #DDBA93;
}
</style>
border-color css
<style>
span { border-color: #DDBA93; }
span { border-color: rgb(221,186,147); }
td.TdClassName
{
border-color: #DDBA93;
}
.TagClassName
{
border-color: #DDBA93;
}
</style>