Shades of Pancho #DAB899
Tints of Pancho #DAB899
RGB
CMYK
RGB Variations
Color information
#DAB899 (or 0xDAB899) is known color: Pancho. HEX triplet: DA, B8 and 99. RGB value is (218,184,153). Sum of RGB (Red+Green+Blue) = 218+184+153=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB899 is #254766. Grayscale: #BEBEBE. Windows color (decimal): -2443111 or 10074330. OLE color: 10074330.
HSL color Cylindrical-coordinate representation of color #DAB899: hue angle of 28.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAB899 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 153 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.15 |
| HSL | 28.62º | 0.47% | 0.73% | - |
| HSV(B) | 28.62º | 0.3% | 0.85% | - |
| XYZ | 51.8 | 51.49 | 37.34 | - |
| YUV | 190.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 153 | 0 | 0.16 | 0.30 | 0.15 | 28.62 | 0.47 | 0.73 |
| Hex | DA | B8 | 99 | 0 | 10 | 1E | F | 1D | 2F | 49 |
| Octal | 332 | 270 | 231 | 0 | 20 | 36 | 17 | 35 | 57 | 111 |
| Binary | 11011010 | 10111000 | 10011001 | 0 | 10000 | 11110 | 1111 | 11101 | 101111 | 1001001 |
Color Harmonies of #DAB899
Complementary color
Monochromatic Colors of #DAB899
Black with #DAB899
Text Example
Text Example
White with #DAB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB899; }
p { color: rgb(218,184,153); }
H1.HeaderClassName
{
color: #DAB899;
}
.AnyTagClassName
{
color: #DAB899;
}
</style>
background-color css
<style>
a { background-color: #DAB899; }
a { background-color: rgb(218,184,153); }
div.DivClassName
{
background-color: #DAB899;
}
.BgClassName
{
background-color: #DAB899;
}
</style>
border-color css
<style>
span { border-color: #DAB899; }
span { border-color: rgb(218,184,153); }
td.TdClassName
{
border-color: #DAB899;
}
.TagClassName
{
border-color: #DAB899;
}
</style>