Shades of Pancho #DDB691
Tints of Pancho #DDB691
RGB
CMYK
RGB Variations
Color information
#DDB691 (or 0xDDB691) is known color: Pancho. HEX triplet: DD, B6 and 91. RGB value is (221,182,145). Sum of RGB (Red+Green+Blue) = 221+182+145=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 145 (57.03% from 255 or 26.46% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB691 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB691 is #22496E. Grayscale: #BDBDBD. Windows color (decimal): -2247023 or 9549533. OLE color: 9549533.
HSL color Cylindrical-coordinate representation of color #DDB691: hue angle of 29.21º 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 #DDB691 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 145 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.13 |
| HSL | 29.21º | 0.53% | 0.72% | - |
| HSV(B) | 29.21º | 0.34% | 0.87% | - |
| XYZ | 51.66 | 50.87 | 33.88 | - |
| YUV | 189.44 | 102.92 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 145 | 0 | 0.18 | 0.34 | 0.13 | 29.21 | 0.53 | 0.72 |
| Hex | DD | B6 | 91 | 0 | 12 | 22 | D | 1D | 35 | 48 |
| Octal | 335 | 266 | 221 | 0 | 22 | 42 | 15 | 35 | 65 | 110 |
| Binary | 11011101 | 10110110 | 10010001 | 0 | 10010 | 100010 | 1101 | 11101 | 110101 | 1001000 |
Color Harmonies of #DDB691
Complementary color
Monochromatic Colors of #DDB691
Black with #DDB691
Text Example
Text Example
White with #DDB691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB691; }
p { color: rgb(221,182,145); }
H1.HeaderClassName
{
color: #DDB691;
}
.AnyTagClassName
{
color: #DDB691;
}
</style>
background-color css
<style>
a { background-color: #DDB691; }
a { background-color: rgb(221,182,145); }
div.DivClassName
{
background-color: #DDB691;
}
.BgClassName
{
background-color: #DDB691;
}
</style>
border-color css
<style>
span { border-color: #DDB691; }
span { border-color: rgb(221,182,145); }
td.TdClassName
{
border-color: #DDB691;
}
.TagClassName
{
border-color: #DDB691;
}
</style>