Shades of Pancho #DDBD91
Tints of Pancho #DDBD91
RGB
CMYK
RGB Variations
Color information
#DDBD91 (or 0xDDBD91) is known color: Pancho. HEX triplet: DD, BD and 91. RGB value is (221,189,145). Sum of RGB (Red+Green+Blue) = 221+189+145=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 145 (57.03% from 255 or 26.13% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBD91 is #22426E. Grayscale: #C1C1C1. Windows color (decimal): -2245231 or 9551325. OLE color: 9551325.
HSL color Cylindrical-coordinate representation of color #DDBD91: hue angle of 34.74º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDBD91 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 145 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.13 |
| HSL | 34.74º | 0.53% | 0.72% | - |
| HSV(B) | 34.74º | 0.34% | 0.87% | - |
| XYZ | 53.13 | 53.81 | 34.37 | - |
| YUV | 193.55 | 100.6 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 145 | 0 | 0.14 | 0.34 | 0.13 | 34.74 | 0.53 | 0.72 |
| Hex | DD | BD | 91 | 0 | E | 22 | D | 23 | 35 | 48 |
| Octal | 335 | 275 | 221 | 0 | 16 | 42 | 15 | 43 | 65 | 110 |
| Binary | 11011101 | 10111101 | 10010001 | 0 | 1110 | 100010 | 1101 | 100011 | 110101 | 1001000 |
Color Harmonies of #DDBD91
Complementary color
Monochromatic Colors of #DDBD91
Black with #DDBD91
Text Example
Text Example
White with #DDBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD91; }
p { color: rgb(221,189,145); }
H1.HeaderClassName
{
color: #DDBD91;
}
.AnyTagClassName
{
color: #DDBD91;
}
</style>
background-color css
<style>
a { background-color: #DDBD91; }
a { background-color: rgb(221,189,145); }
div.DivClassName
{
background-color: #DDBD91;
}
.BgClassName
{
background-color: #DDBD91;
}
</style>
border-color css
<style>
span { border-color: #DDBD91; }
span { border-color: rgb(221,189,145); }
td.TdClassName
{
border-color: #DDBD91;
}
.TagClassName
{
border-color: #DDBD91;
}
</style>