Shades of Pancho #DABB99
Tints of Pancho #DABB99
RGB
CMYK
RGB Variations
Color information
#DABB99 (or 0xDABB99) is known color: Pancho. HEX triplet: DA, BB and 99. RGB value is (218,187,153). Sum of RGB (Red+Green+Blue) = 218+187+153=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 187 (73.44% from 255 or 33.51% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABB99 is #254466. Grayscale: #C0C0C0. Windows color (decimal): -2442343 or 10075098. OLE color: 10075098.
HSL color Cylindrical-coordinate representation of color #DABB99: hue angle of 31.38º 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 #DABB99 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 153 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.15 |
| HSL | 31.38º | 0.47% | 0.73% | - |
| HSV(B) | 31.38º | 0.3% | 0.85% | - |
| XYZ | 52.43 | 52.75 | 37.55 | - |
| YUV | 192.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 153 | 0 | 0.14 | 0.30 | 0.15 | 31.38 | 0.47 | 0.73 |
| Hex | DA | BB | 99 | 0 | E | 1E | F | 1F | 2F | 49 |
| Octal | 332 | 273 | 231 | 0 | 16 | 36 | 17 | 37 | 57 | 111 |
| Binary | 11011010 | 10111011 | 10011001 | 0 | 1110 | 11110 | 1111 | 11111 | 101111 | 1001001 |
Color Harmonies of #DABB99
Complementary color
Monochromatic Colors of #DABB99
Black with #DABB99
Text Example
Text Example
White with #DABB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB99; }
p { color: rgb(218,187,153); }
H1.HeaderClassName
{
color: #DABB99;
}
.AnyTagClassName
{
color: #DABB99;
}
</style>
background-color css
<style>
a { background-color: #DABB99; }
a { background-color: rgb(218,187,153); }
div.DivClassName
{
background-color: #DABB99;
}
.BgClassName
{
background-color: #DABB99;
}
</style>
border-color css
<style>
span { border-color: #DABB99; }
span { border-color: rgb(218,187,153); }
td.TdClassName
{
border-color: #DABB99;
}
.TagClassName
{
border-color: #DABB99;
}
</style>