Shades of Pancho #DDB095
Tints of Pancho #DDB095
RGB
CMYK
RGB Variations
Color information
#DDB095 (or 0xDDB095) is known color: Pancho. HEX triplet: DD, B0 and 95. RGB value is (221,176,149). Sum of RGB (Red+Green+Blue) = 221+176+149=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB095 is #224F6A. Grayscale: #BABABA. Windows color (decimal): -2248555 or 9810141. OLE color: 9810141.
HSL color Cylindrical-coordinate representation of color #DDB095: hue angle of 22.5º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDB095 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 149 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.13 |
| HSL | 22.5º | 0.51% | 0.73% | - |
| HSV(B) | 22.5º | 0.33% | 0.87% | - |
| XYZ | 50.77 | 48.59 | 35.14 | - |
| YUV | 186.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 149 | 0 | 0.20 | 0.33 | 0.13 | 22.5 | 0.51 | 0.73 |
| Hex | DD | B0 | 95 | 0 | 14 | 21 | D | 16 | 33 | 49 |
| Octal | 335 | 260 | 225 | 0 | 24 | 41 | 15 | 26 | 63 | 111 |
| Binary | 11011101 | 10110000 | 10010101 | 0 | 10100 | 100001 | 1101 | 10110 | 110011 | 1001001 |
Color Harmonies of #DDB095
Complementary color
Monochromatic Colors of #DDB095
Black with #DDB095
Text Example
Text Example
White with #DDB095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB095; }
p { color: rgb(221,176,149); }
H1.HeaderClassName
{
color: #DDB095;
}
.AnyTagClassName
{
color: #DDB095;
}
</style>
background-color css
<style>
a { background-color: #DDB095; }
a { background-color: rgb(221,176,149); }
div.DivClassName
{
background-color: #DDB095;
}
.BgClassName
{
background-color: #DDB095;
}
</style>
border-color css
<style>
span { border-color: #DDB095; }
span { border-color: rgb(221,176,149); }
td.TdClassName
{
border-color: #DDB095;
}
.TagClassName
{
border-color: #DDB095;
}
</style>