Shades of Pancho #DABA9C
Tints of Pancho #DABA9C
RGB
CMYK
RGB Variations
Color information
#DABA9C (or 0xDABA9C) is known color: Pancho. HEX triplet: DA, BA and 9C. RGB value is (218,186,156). Sum of RGB (Red+Green+Blue) = 218+186+156=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA9C is #254563. Grayscale: #C0C0C0. Windows color (decimal): -2442596 or 10271450. OLE color: 10271450.
HSL color Cylindrical-coordinate representation of color #DABA9C: hue angle of 29.03º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DABA9C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 156 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.15 |
| HSL | 29.03º | 0.46% | 0.73% | - |
| HSV(B) | 29.03º | 0.28% | 0.85% | - |
| XYZ | 52.47 | 52.42 | 38.81 | - |
| YUV | 192.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 156 | 0 | 0.15 | 0.28 | 0.15 | 29.03 | 0.46 | 0.73 |
| Hex | DA | BA | 9C | 0 | F | 1C | F | 1D | 2E | 49 |
| Octal | 332 | 272 | 234 | 0 | 17 | 34 | 17 | 35 | 56 | 111 |
| Binary | 11011010 | 10111010 | 10011100 | 0 | 1111 | 11100 | 1111 | 11101 | 101110 | 1001001 |
Color Harmonies of #DABA9C
Complementary color
Monochromatic Colors of #DABA9C
Black with #DABA9C
Text Example
Text Example
White with #DABA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA9C; }
p { color: rgb(218,186,156); }
H1.HeaderClassName
{
color: #DABA9C;
}
.AnyTagClassName
{
color: #DABA9C;
}
</style>
background-color css
<style>
a { background-color: #DABA9C; }
a { background-color: rgb(218,186,156); }
div.DivClassName
{
background-color: #DABA9C;
}
.BgClassName
{
background-color: #DABA9C;
}
</style>
border-color css
<style>
span { border-color: #DABA9C; }
span { border-color: rgb(218,186,156); }
td.TdClassName
{
border-color: #DABA9C;
}
.TagClassName
{
border-color: #DABA9C;
}
</style>