Shades of Pancho #DABA91
Tints of Pancho #DABA91
RGB
CMYK
RGB Variations
Color information
#DABA91 (or 0xDABA91) is known color: Pancho. HEX triplet: DA, BA and 91. RGB value is (218,186,145). Sum of RGB (Red+Green+Blue) = 218+186+145=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 186 (73.05% from 255 or 33.88% from 549); Blue value is 145 (57.03% from 255 or 26.41% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA91 is #25456E. Grayscale: #BFBFBF. Windows color (decimal): -2442607 or 9550554. OLE color: 9550554.
HSL color Cylindrical-coordinate representation of color #DABA91: hue angle of 33.7º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DABA91 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 145 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.15 |
| HSL | 33.7º | 0.5% | 0.71% | - |
| HSV(B) | 33.7º | 0.33% | 0.85% | - |
| XYZ | 51.58 | 52.07 | 34.12 | - |
| YUV | 190.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 145 | 0 | 0.15 | 0.33 | 0.15 | 33.7 | 0.5 | 0.71 |
| Hex | DA | BA | 91 | 0 | F | 21 | F | 22 | 32 | 47 |
| Octal | 332 | 272 | 221 | 0 | 17 | 41 | 17 | 42 | 62 | 107 |
| Binary | 11011010 | 10111010 | 10010001 | 0 | 1111 | 100001 | 1111 | 100010 | 110010 | 1000111 |
Color Harmonies of #DABA91
Complementary color
Monochromatic Colors of #DABA91
Black with #DABA91
Text Example
Text Example
White with #DABA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA91; }
p { color: rgb(218,186,145); }
H1.HeaderClassName
{
color: #DABA91;
}
.AnyTagClassName
{
color: #DABA91;
}
</style>
background-color css
<style>
a { background-color: #DABA91; }
a { background-color: rgb(218,186,145); }
div.DivClassName
{
background-color: #DABA91;
}
.BgClassName
{
background-color: #DABA91;
}
</style>
border-color css
<style>
span { border-color: #DABA91; }
span { border-color: rgb(218,186,145); }
td.TdClassName
{
border-color: #DABA91;
}
.TagClassName
{
border-color: #DABA91;
}
</style>