Shades of Pancho #DABB9C
Tints of Pancho #DABB9C
RGB
CMYK
RGB Variations
Color information
#DABB9C (or 0xDABB9C) is known color: Pancho. HEX triplet: DA, BB and 9C. RGB value is (218,187,156). Sum of RGB (Red+Green+Blue) = 218+187+156=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 156 (61.33% from 255 or 27.81% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9C is #254463. Grayscale: #C0C0C0. Windows color (decimal): -2442340 or 10271706. OLE color: 10271706.
HSL color Cylindrical-coordinate representation of color #DABB9C: hue angle of 30º 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 #DABB9C is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 156 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.15 |
| HSL | 30º | 0.46% | 0.73% | - |
| HSV(B) | 30º | 0.28% | 0.85% | - |
| XYZ | 52.68 | 52.85 | 38.88 | - |
| YUV | 192.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 156 | 0 | 0.14 | 0.28 | 0.15 | 30 | 0.46 | 0.73 |
| Hex | DA | BB | 9C | 0 | E | 1C | F | 1E | 2E | 49 |
| Octal | 332 | 273 | 234 | 0 | 16 | 34 | 17 | 36 | 56 | 111 |
| Binary | 11011010 | 10111011 | 10011100 | 0 | 1110 | 11100 | 1111 | 11110 | 101110 | 1001001 |
Color Harmonies of #DABB9C
Complementary color
Monochromatic Colors of #DABB9C
Black with #DABB9C
Text Example
Text Example
White with #DABB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB9C; }
p { color: rgb(218,187,156); }
H1.HeaderClassName
{
color: #DABB9C;
}
.AnyTagClassName
{
color: #DABB9C;
}
</style>
background-color css
<style>
a { background-color: #DABB9C; }
a { background-color: rgb(218,187,156); }
div.DivClassName
{
background-color: #DABB9C;
}
.BgClassName
{
background-color: #DABB9C;
}
</style>
border-color css
<style>
span { border-color: #DABB9C; }
span { border-color: rgb(218,187,156); }
td.TdClassName
{
border-color: #DABB9C;
}
.TagClassName
{
border-color: #DABB9C;
}
</style>