Shades of Pancho #DDB696
Tints of Pancho #DDB696
RGB
CMYK
RGB Variations
Color information
#DDB696 (or 0xDDB696) is known color: Pancho. HEX triplet: DD, B6 and 96. RGB value is (221,182,150). Sum of RGB (Red+Green+Blue) = 221+182+150=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB696 is #224969. Grayscale: #BEBEBE. Windows color (decimal): -2247018 or 9877213. OLE color: 9877213.
HSL color Cylindrical-coordinate representation of color #DDB696: hue angle of 27.04º 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 #DDB696 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 150 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.13 |
| HSL | 27.04º | 0.51% | 0.73% | - |
| HSV(B) | 27.04º | 0.32% | 0.87% | - |
| XYZ | 52.05 | 51.03 | 35.96 | - |
| YUV | 190.01 | 105.42 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 150 | 0 | 0.18 | 0.32 | 0.13 | 27.04 | 0.51 | 0.73 |
| Hex | DD | B6 | 96 | 0 | 12 | 20 | D | 1B | 33 | 49 |
| Octal | 335 | 266 | 226 | 0 | 22 | 40 | 15 | 33 | 63 | 111 |
| Binary | 11011101 | 10110110 | 10010110 | 0 | 10010 | 100000 | 1101 | 11011 | 110011 | 1001001 |
Color Harmonies of #DDB696
Complementary color
Monochromatic Colors of #DDB696
Black with #DDB696
Text Example
Text Example
White with #DDB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB696; }
p { color: rgb(221,182,150); }
H1.HeaderClassName
{
color: #DDB696;
}
.AnyTagClassName
{
color: #DDB696;
}
</style>
background-color css
<style>
a { background-color: #DDB696; }
a { background-color: rgb(221,182,150); }
div.DivClassName
{
background-color: #DDB696;
}
.BgClassName
{
background-color: #DDB696;
}
</style>
border-color css
<style>
span { border-color: #DDB696; }
span { border-color: rgb(221,182,150); }
td.TdClassName
{
border-color: #DDB696;
}
.TagClassName
{
border-color: #DDB696;
}
</style>