Shades of Pancho #DDB196
Tints of Pancho #DDB196
RGB
CMYK
RGB Variations
Color information
#DDB196 (or 0xDDB196) is known color: Pancho. HEX triplet: DD, B1 and 96. RGB value is (221,177,150). Sum of RGB (Red+Green+Blue) = 221+177+150=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDB196 is #224E69. Grayscale: #BBBBBB. Windows color (decimal): -2248298 or 9875933. OLE color: 9875933.
HSL color Cylindrical-coordinate representation of color #DDB196: hue angle of 22.82º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDB196 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 150 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.13 |
| HSL | 22.82º | 0.51% | 0.73% | - |
| HSV(B) | 22.82º | 0.32% | 0.87% | - |
| XYZ | 51.05 | 49.02 | 35.63 | - |
| YUV | 187.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 150 | 0 | 0.20 | 0.32 | 0.13 | 22.82 | 0.51 | 0.73 |
| Hex | DD | B1 | 96 | 0 | 14 | 20 | D | 17 | 33 | 49 |
| Octal | 335 | 261 | 226 | 0 | 24 | 40 | 15 | 27 | 63 | 111 |
| Binary | 11011101 | 10110001 | 10010110 | 0 | 10100 | 100000 | 1101 | 10111 | 110011 | 1001001 |
Color Harmonies of #DDB196
Complementary color
Monochromatic Colors of #DDB196
Black with #DDB196
Text Example
Text Example
White with #DDB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB196; }
p { color: rgb(221,177,150); }
H1.HeaderClassName
{
color: #DDB196;
}
.AnyTagClassName
{
color: #DDB196;
}
</style>
background-color css
<style>
a { background-color: #DDB196; }
a { background-color: rgb(221,177,150); }
div.DivClassName
{
background-color: #DDB196;
}
.BgClassName
{
background-color: #DDB196;
}
</style>
border-color css
<style>
span { border-color: #DDB196; }
span { border-color: rgb(221,177,150); }
td.TdClassName
{
border-color: #DDB196;
}
.TagClassName
{
border-color: #DDB196;
}
</style>