Shades of Pancho #DAB898
Tints of Pancho #DAB898
RGB
CMYK
RGB Variations
Color information
#DAB898 (or 0xDAB898) is known color: Pancho. HEX triplet: DA, B8 and 98. RGB value is (218,184,152). Sum of RGB (Red+Green+Blue) = 218+184+152=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 184 (72.27% from 255 or 33.21% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB898 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB898 is #254767. Grayscale: #BEBEBE. Windows color (decimal): -2443112 or 10008794. OLE color: 10008794.
HSL color Cylindrical-coordinate representation of color #DAB898: hue angle of 29.09º 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 #DAB898 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 152 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.15 |
| HSL | 29.09º | 0.47% | 0.73% | - |
| HSV(B) | 29.09º | 0.3% | 0.85% | - |
| XYZ | 51.72 | 51.45 | 36.91 | - |
| YUV | 190.52 | 106.26 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 152 | 0 | 0.16 | 0.30 | 0.15 | 29.09 | 0.47 | 0.73 |
| Hex | DA | B8 | 98 | 0 | 10 | 1E | F | 1D | 2F | 49 |
| Octal | 332 | 270 | 230 | 0 | 20 | 36 | 17 | 35 | 57 | 111 |
| Binary | 11011010 | 10111000 | 10011000 | 0 | 10000 | 11110 | 1111 | 11101 | 101111 | 1001001 |
Color Harmonies of #DAB898
Complementary color
Monochromatic Colors of #DAB898
Black with #DAB898
Text Example
Text Example
White with #DAB898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB898; }
p { color: rgb(218,184,152); }
H1.HeaderClassName
{
color: #DAB898;
}
.AnyTagClassName
{
color: #DAB898;
}
</style>
background-color css
<style>
a { background-color: #DAB898; }
a { background-color: rgb(218,184,152); }
div.DivClassName
{
background-color: #DAB898;
}
.BgClassName
{
background-color: #DAB898;
}
</style>
border-color css
<style>
span { border-color: #DAB898; }
span { border-color: rgb(218,184,152); }
td.TdClassName
{
border-color: #DAB898;
}
.TagClassName
{
border-color: #DAB898;
}
</style>