Shades of Pancho #DABB9A
Tints of Pancho #DABB9A
RGB
CMYK
RGB Variations
Color information
#DABB9A (or 0xDABB9A) is known color: Pancho. HEX triplet: DA, BB and 9A. RGB value is (218,187,154). Sum of RGB (Red+Green+Blue) = 218+187+154=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 187 (73.44% from 255 or 33.45% from 559); Blue value is 154 (60.55% from 255 or 27.55% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB9A is #254465. Grayscale: #C0C0C0. Windows color (decimal): -2442342 or 10140634. OLE color: 10140634.
HSL color Cylindrical-coordinate representation of color #DABB9A: hue angle of 30.94º 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 #DABB9A is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 154 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.15 |
| HSL | 30.94º | 0.46% | 0.73% | - |
| HSV(B) | 30.94º | 0.29% | 0.85% | - |
| XYZ | 52.52 | 52.78 | 37.99 | - |
| YUV | 192.51 | 106.27 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 154 | 0 | 0.14 | 0.29 | 0.15 | 30.94 | 0.46 | 0.73 |
| Hex | DA | BB | 9A | 0 | E | 1D | F | 1F | 2E | 49 |
| Octal | 332 | 273 | 232 | 0 | 16 | 35 | 17 | 37 | 56 | 111 |
| Binary | 11011010 | 10111011 | 10011010 | 0 | 1110 | 11101 | 1111 | 11111 | 101110 | 1001001 |
Color Harmonies of #DABB9A
Complementary color
Monochromatic Colors of #DABB9A
Black with #DABB9A
Text Example
Text Example
White with #DABB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB9A; }
p { color: rgb(218,187,154); }
H1.HeaderClassName
{
color: #DABB9A;
}
.AnyTagClassName
{
color: #DABB9A;
}
</style>
background-color css
<style>
a { background-color: #DABB9A; }
a { background-color: rgb(218,187,154); }
div.DivClassName
{
background-color: #DABB9A;
}
.BgClassName
{
background-color: #DABB9A;
}
</style>
border-color css
<style>
span { border-color: #DABB9A; }
span { border-color: rgb(218,187,154); }
td.TdClassName
{
border-color: #DABB9A;
}
.TagClassName
{
border-color: #DABB9A;
}
</style>