Shades of Pancho #DDBA94
Tints of Pancho #DDBA94
RGB
CMYK
RGB Variations
Color information
#DDBA94 (or 0xDDBA94) is known color: Pancho. HEX triplet: DD, BA and 94. RGB value is (221,186,148). Sum of RGB (Red+Green+Blue) = 221+186+148=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 186 (73.05% from 255 or 33.51% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBA94 is #22456B. Grayscale: #C0C0C0. Windows color (decimal): -2245996 or 9747165. OLE color: 9747165.
HSL color Cylindrical-coordinate representation of color #DDBA94: hue angle of 31.23º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDBA94 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 148 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.13 |
| HSL | 31.23º | 0.52% | 0.72% | - |
| HSV(B) | 31.23º | 0.33% | 0.87% | - |
| XYZ | 52.72 | 52.63 | 35.4 | - |
| YUV | 192.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 148 | 0 | 0.16 | 0.33 | 0.13 | 31.23 | 0.52 | 0.72 |
| Hex | DD | BA | 94 | 0 | 10 | 21 | D | 1F | 34 | 48 |
| Octal | 335 | 272 | 224 | 0 | 20 | 41 | 15 | 37 | 64 | 110 |
| Binary | 11011101 | 10111010 | 10010100 | 0 | 10000 | 100001 | 1101 | 11111 | 110100 | 1001000 |
Color Harmonies of #DDBA94
Complementary color
Monochromatic Colors of #DDBA94
Black with #DDBA94
Text Example
Text Example
White with #DDBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA94; }
p { color: rgb(221,186,148); }
H1.HeaderClassName
{
color: #DDBA94;
}
.AnyTagClassName
{
color: #DDBA94;
}
</style>
background-color css
<style>
a { background-color: #DDBA94; }
a { background-color: rgb(221,186,148); }
div.DivClassName
{
background-color: #DDBA94;
}
.BgClassName
{
background-color: #DDBA94;
}
</style>
border-color css
<style>
span { border-color: #DDBA94; }
span { border-color: rgb(221,186,148); }
td.TdClassName
{
border-color: #DDBA94;
}
.TagClassName
{
border-color: #DDBA94;
}
</style>