Shades of Pancho #DAB091
Tints of Pancho #DAB091
RGB
CMYK
RGB Variations
Color information
#DAB091 (or 0xDAB091) is known color: Pancho. HEX triplet: DA, B0 and 91. RGB value is (218,176,145). Sum of RGB (Red+Green+Blue) = 218+176+145=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 176 (69.14% from 255 or 32.65% from 539); Blue value is 145 (57.03% from 255 or 26.90% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAB091 is #254F6E. Grayscale: #B9B9B9. Windows color (decimal): -2445167 or 9547994. OLE color: 9547994.
HSL color Cylindrical-coordinate representation of color #DAB091: hue angle of 25.48º 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 #DAB091 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 145 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.15 |
| HSL | 25.48º | 0.5% | 0.71% | - |
| HSV(B) | 25.48º | 0.33% | 0.85% | - |
| XYZ | 49.55 | 48 | 33.44 | - |
| YUV | 185.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 145 | 0 | 0.19 | 0.33 | 0.15 | 25.48 | 0.5 | 0.71 |
| Hex | DA | B0 | 91 | 0 | 13 | 21 | F | 19 | 32 | 47 |
| Octal | 332 | 260 | 221 | 0 | 23 | 41 | 17 | 31 | 62 | 107 |
| Binary | 11011010 | 10110000 | 10010001 | 0 | 10011 | 100001 | 1111 | 11001 | 110010 | 1000111 |
Color Harmonies of #DAB091
Complementary color
Monochromatic Colors of #DAB091
Black with #DAB091
Text Example
Text Example
White with #DAB091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB091; }
p { color: rgb(218,176,145); }
H1.HeaderClassName
{
color: #DAB091;
}
.AnyTagClassName
{
color: #DAB091;
}
</style>
background-color css
<style>
a { background-color: #DAB091; }
a { background-color: rgb(218,176,145); }
div.DivClassName
{
background-color: #DAB091;
}
.BgClassName
{
background-color: #DAB091;
}
</style>
border-color css
<style>
span { border-color: #DAB091; }
span { border-color: rgb(218,176,145); }
td.TdClassName
{
border-color: #DAB091;
}
.TagClassName
{
border-color: #DAB091;
}
</style>