Shades of Pancho #DAB890
Tints of Pancho #DAB890
RGB
CMYK
RGB Variations
Color information
#DAB890 (or 0xDAB890) is known color: Pancho. HEX triplet: DA, B8 and 90. RGB value is (218,184,144). Sum of RGB (Red+Green+Blue) = 218+184+144=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB890 is #25476F. Grayscale: #BDBDBD. Windows color (decimal): -2443120 or 9484506. OLE color: 9484506.
HSL color Cylindrical-coordinate representation of color #DAB890: hue angle of 32.43º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAB890 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 144 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.15 |
| HSL | 32.43º | 0.5% | 0.71% | - |
| HSV(B) | 32.43º | 0.34% | 0.85% | - |
| XYZ | 51.09 | 51.2 | 33.58 | - |
| YUV | 189.61 | 102.26 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 144 | 0 | 0.16 | 0.34 | 0.15 | 32.43 | 0.5 | 0.71 |
| Hex | DA | B8 | 90 | 0 | 10 | 22 | F | 20 | 32 | 47 |
| Octal | 332 | 270 | 220 | 0 | 20 | 42 | 17 | 40 | 62 | 107 |
| Binary | 11011010 | 10111000 | 10010000 | 0 | 10000 | 100010 | 1111 | 100000 | 110010 | 1000111 |
Color Harmonies of #DAB890
Complementary color
Monochromatic Colors of #DAB890
Black with #DAB890
Text Example
Text Example
White with #DAB890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB890; }
p { color: rgb(218,184,144); }
H1.HeaderClassName
{
color: #DAB890;
}
.AnyTagClassName
{
color: #DAB890;
}
</style>
background-color css
<style>
a { background-color: #DAB890; }
a { background-color: rgb(218,184,144); }
div.DivClassName
{
background-color: #DAB890;
}
.BgClassName
{
background-color: #DAB890;
}
</style>
border-color css
<style>
span { border-color: #DAB890; }
span { border-color: rgb(218,184,144); }
td.TdClassName
{
border-color: #DAB890;
}
.TagClassName
{
border-color: #DAB890;
}
</style>