Shades of Pancho #DDBF91
Tints of Pancho #DDBF91
RGB
CMYK
RGB Variations
Color information
#DDBF91 (or 0xDDBF91) is known color: Pancho. HEX triplet: DD, BF and 91. RGB value is (221,191,145). Sum of RGB (Red+Green+Blue) = 221+191+145=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 145 (57.03% from 255 or 26.03% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBF91 is #22406E. Grayscale: #C2C2C2. Windows color (decimal): -2244719 or 9551837. OLE color: 9551837.
HSL color Cylindrical-coordinate representation of color #DDBF91: hue angle of 36.32º 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 #DDBF91 is Cyan = 0, Magento = 0.14, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 145 | - |
| CMYK | 0 | 0.14 | 0.34 | 0.13 |
| HSL | 36.32º | 0.53% | 0.72% | - |
| HSV(B) | 36.32º | 0.34% | 0.87% | - |
| XYZ | 53.56 | 54.68 | 34.52 | - |
| YUV | 194.73 | 99.94 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 145 | 0 | 0.14 | 0.34 | 0.13 | 36.32 | 0.53 | 0.72 |
| Hex | DD | BF | 91 | 0 | E | 22 | D | 24 | 35 | 48 |
| Octal | 335 | 277 | 221 | 0 | 16 | 42 | 15 | 44 | 65 | 110 |
| Binary | 11011101 | 10111111 | 10010001 | 0 | 1110 | 100010 | 1101 | 100100 | 110101 | 1001000 |
Color Harmonies of #DDBF91
Complementary color
Monochromatic Colors of #DDBF91
Black with #DDBF91
Text Example
Text Example
White with #DDBF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF91; }
p { color: rgb(221,191,145); }
H1.HeaderClassName
{
color: #DDBF91;
}
.AnyTagClassName
{
color: #DDBF91;
}
</style>
background-color css
<style>
a { background-color: #DDBF91; }
a { background-color: rgb(221,191,145); }
div.DivClassName
{
background-color: #DDBF91;
}
.BgClassName
{
background-color: #DDBF91;
}
</style>
border-color css
<style>
span { border-color: #DDBF91; }
span { border-color: rgb(221,191,145); }
td.TdClassName
{
border-color: #DDBF91;
}
.TagClassName
{
border-color: #DDBF91;
}
</style>