Shades of Pancho #DDB495
Tints of Pancho #DDB495
RGB
CMYK
RGB Variations
Color information
#DDB495 (or 0xDDB495) is known color: Pancho. HEX triplet: DD, B4 and 95. RGB value is (221,180,149). Sum of RGB (Red+Green+Blue) = 221+180+149=550 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.18% from 550); Green value is 180 (70.70% from 255 or 32.73% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB495 is #224B6A. Grayscale: #BCBCBC. Windows color (decimal): -2247531 or 9811165. OLE color: 9811165.
HSL color Cylindrical-coordinate representation of color #DDB495: hue angle of 25.83º 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 #DDB495 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 149 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.13 |
| HSL | 25.83º | 0.51% | 0.73% | - |
| HSV(B) | 25.83º | 0.33% | 0.87% | - |
| XYZ | 51.56 | 50.18 | 35.4 | - |
| YUV | 188.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 149 | 0 | 0.19 | 0.33 | 0.13 | 25.83 | 0.51 | 0.73 |
| Hex | DD | B4 | 95 | 0 | 13 | 21 | D | 1A | 33 | 49 |
| Octal | 335 | 264 | 225 | 0 | 23 | 41 | 15 | 32 | 63 | 111 |
| Binary | 11011101 | 10110100 | 10010101 | 0 | 10011 | 100001 | 1101 | 11010 | 110011 | 1001001 |
Color Harmonies of #DDB495
Complementary color
Monochromatic Colors of #DDB495
Black with #DDB495
Text Example
Text Example
White with #DDB495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB495; }
p { color: rgb(221,180,149); }
H1.HeaderClassName
{
color: #DDB495;
}
.AnyTagClassName
{
color: #DDB495;
}
</style>
background-color css
<style>
a { background-color: #DDB495; }
a { background-color: rgb(221,180,149); }
div.DivClassName
{
background-color: #DDB495;
}
.BgClassName
{
background-color: #DDB495;
}
</style>
border-color css
<style>
span { border-color: #DDB495; }
span { border-color: rgb(221,180,149); }
td.TdClassName
{
border-color: #DDB495;
}
.TagClassName
{
border-color: #DDB495;
}
</style>