Shades of Pancho #DDBA96
Tints of Pancho #DDBA96
RGB
CMYK
RGB Variations
Color information
#DDBA96 (or 0xDDBA96) is known color: Pancho. HEX triplet: DD, BA and 96. RGB value is (221,186,150). Sum of RGB (Red+Green+Blue) = 221+186+150=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA96 is #224569. Grayscale: #C0C0C0. Windows color (decimal): -2245994 or 9878237. OLE color: 9878237.
HSL color Cylindrical-coordinate representation of color #DDBA96: hue angle of 30.42º 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 #DDBA96 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 150 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.13 |
| HSL | 30.42º | 0.51% | 0.73% | - |
| HSV(B) | 30.42º | 0.32% | 0.87% | - |
| XYZ | 52.88 | 52.69 | 36.24 | - |
| YUV | 192.36 | 104.1 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 150 | 0 | 0.16 | 0.32 | 0.13 | 30.42 | 0.51 | 0.73 |
| Hex | DD | BA | 96 | 0 | 10 | 20 | D | 1E | 33 | 49 |
| Octal | 335 | 272 | 226 | 0 | 20 | 40 | 15 | 36 | 63 | 111 |
| Binary | 11011101 | 10111010 | 10010110 | 0 | 10000 | 100000 | 1101 | 11110 | 110011 | 1001001 |
Color Harmonies of #DDBA96
Complementary color
Monochromatic Colors of #DDBA96
Black with #DDBA96
Text Example
Text Example
White with #DDBA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA96; }
p { color: rgb(221,186,150); }
H1.HeaderClassName
{
color: #DDBA96;
}
.AnyTagClassName
{
color: #DDBA96;
}
</style>
background-color css
<style>
a { background-color: #DDBA96; }
a { background-color: rgb(221,186,150); }
div.DivClassName
{
background-color: #DDBA96;
}
.BgClassName
{
background-color: #DDBA96;
}
</style>
border-color css
<style>
span { border-color: #DDBA96; }
span { border-color: rgb(221,186,150); }
td.TdClassName
{
border-color: #DDBA96;
}
.TagClassName
{
border-color: #DDBA96;
}
</style>