Shades of Pancho #DAB89A
Tints of Pancho #DAB89A
RGB
CMYK
RGB Variations
Color information
#DAB89A (or 0xDAB89A) is known color: Pancho. HEX triplet: DA, B8 and 9A. RGB value is (218,184,154). Sum of RGB (Red+Green+Blue) = 218+184+154=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 184 (72.27% from 255 or 33.09% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB89A is #254765. Grayscale: #BEBEBE. Windows color (decimal): -2443110 or 10139866. OLE color: 10139866.
HSL color Cylindrical-coordinate representation of color #DAB89A: hue angle of 28.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAB89A is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 154 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.15 |
| HSL | 28.13º | 0.46% | 0.73% | - |
| HSV(B) | 28.13º | 0.29% | 0.85% | - |
| XYZ | 51.89 | 51.52 | 37.78 | - |
| YUV | 190.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 154 | 0 | 0.16 | 0.29 | 0.15 | 28.13 | 0.46 | 0.73 |
| Hex | DA | B8 | 9A | 0 | 10 | 1D | F | 1C | 2E | 49 |
| Octal | 332 | 270 | 232 | 0 | 20 | 35 | 17 | 34 | 56 | 111 |
| Binary | 11011010 | 10111000 | 10011010 | 0 | 10000 | 11101 | 1111 | 11100 | 101110 | 1001001 |
Color Harmonies of #DAB89A
Complementary color
Monochromatic Colors of #DAB89A
Black with #DAB89A
Text Example
Text Example
White with #DAB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB89A; }
p { color: rgb(218,184,154); }
H1.HeaderClassName
{
color: #DAB89A;
}
.AnyTagClassName
{
color: #DAB89A;
}
</style>
background-color css
<style>
a { background-color: #DAB89A; }
a { background-color: rgb(218,184,154); }
div.DivClassName
{
background-color: #DAB89A;
}
.BgClassName
{
background-color: #DAB89A;
}
</style>
border-color css
<style>
span { border-color: #DAB89A; }
span { border-color: rgb(218,184,154); }
td.TdClassName
{
border-color: #DAB89A;
}
.TagClassName
{
border-color: #DAB89A;
}
</style>