Shades of Pancho #DABA95
Tints of Pancho #DABA95
RGB
CMYK
RGB Variations
Color information
#DABA95 (or 0xDABA95) is known color: Pancho. HEX triplet: DA, BA and 95. RGB value is (218,186,149). Sum of RGB (Red+Green+Blue) = 218+186+149=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 186 (73.05% from 255 or 33.63% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA95 is #25456A. Grayscale: #BFBFBF. Windows color (decimal): -2442603 or 9812698. OLE color: 9812698.
HSL color Cylindrical-coordinate representation of color #DABA95: hue angle of 32.17º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DABA95 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 149 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.15 |
| HSL | 32.17º | 0.48% | 0.72% | - |
| HSV(B) | 32.17º | 0.32% | 0.85% | - |
| XYZ | 51.9 | 52.19 | 35.77 | - |
| YUV | 191.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 149 | 0 | 0.15 | 0.32 | 0.15 | 32.17 | 0.48 | 0.72 |
| Hex | DA | BA | 95 | 0 | F | 20 | F | 20 | 30 | 48 |
| Octal | 332 | 272 | 225 | 0 | 17 | 40 | 17 | 40 | 60 | 110 |
| Binary | 11011010 | 10111010 | 10010101 | 0 | 1111 | 100000 | 1111 | 100000 | 110000 | 1001000 |
Color Harmonies of #DABA95
Complementary color
Monochromatic Colors of #DABA95
Black with #DABA95
Text Example
Text Example
White with #DABA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA95; }
p { color: rgb(218,186,149); }
H1.HeaderClassName
{
color: #DABA95;
}
.AnyTagClassName
{
color: #DABA95;
}
</style>
background-color css
<style>
a { background-color: #DABA95; }
a { background-color: rgb(218,186,149); }
div.DivClassName
{
background-color: #DABA95;
}
.BgClassName
{
background-color: #DABA95;
}
</style>
border-color css
<style>
span { border-color: #DABA95; }
span { border-color: rgb(218,186,149); }
td.TdClassName
{
border-color: #DABA95;
}
.TagClassName
{
border-color: #DABA95;
}
</style>