Shades of Pancho #DDB291
Tints of Pancho #DDB291
RGB
CMYK
RGB Variations
Color information
#DDB291 (or 0xDDB291) is known color: Pancho. HEX triplet: DD, B2 and 91. RGB value is (221,178,145). Sum of RGB (Red+Green+Blue) = 221+178+145=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 178 (69.92% from 255 or 32.72% from 544); Blue value is 145 (57.03% from 255 or 26.65% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB291 is #224D6E. Grayscale: #BBBBBB. Windows color (decimal): -2248047 or 9548509. OLE color: 9548509.
HSL color Cylindrical-coordinate representation of color #DDB291: hue angle of 26.05º 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 #DDB291 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 145 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.13 |
| HSL | 26.05º | 0.53% | 0.72% | - |
| HSV(B) | 26.05º | 0.34% | 0.87% | - |
| XYZ | 50.85 | 49.26 | 33.62 | - |
| YUV | 187.1 | 104.25 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 145 | 0 | 0.19 | 0.34 | 0.13 | 26.05 | 0.53 | 0.72 |
| Hex | DD | B2 | 91 | 0 | 13 | 22 | D | 1A | 35 | 48 |
| Octal | 335 | 262 | 221 | 0 | 23 | 42 | 15 | 32 | 65 | 110 |
| Binary | 11011101 | 10110010 | 10010001 | 0 | 10011 | 100010 | 1101 | 11010 | 110101 | 1001000 |
Color Harmonies of #DDB291
Complementary color
Monochromatic Colors of #DDB291
Black with #DDB291
Text Example
Text Example
White with #DDB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB291; }
p { color: rgb(221,178,145); }
H1.HeaderClassName
{
color: #DDB291;
}
.AnyTagClassName
{
color: #DDB291;
}
</style>
background-color css
<style>
a { background-color: #DDB291; }
a { background-color: rgb(221,178,145); }
div.DivClassName
{
background-color: #DDB291;
}
.BgClassName
{
background-color: #DDB291;
}
</style>
border-color css
<style>
span { border-color: #DDB291; }
span { border-color: rgb(221,178,145); }
td.TdClassName
{
border-color: #DDB291;
}
.TagClassName
{
border-color: #DDB291;
}
</style>