Shades of Pancho #DABA99
Tints of Pancho #DABA99
RGB
CMYK
RGB Variations
Color information
#DABA99 (or 0xDABA99) is known color: Pancho. HEX triplet: DA, BA and 99. RGB value is (218,186,153). Sum of RGB (Red+Green+Blue) = 218+186+153=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 186 (73.05% from 255 or 33.39% from 557); Blue value is 153 (60.16% from 255 or 27.47% from 557); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABA99 is #254566. Grayscale: #BFBFBF. Windows color (decimal): -2442599 or 10074842. OLE color: 10074842.
HSL color Cylindrical-coordinate representation of color #DABA99: hue angle of 30.46º 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 #DABA99 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 153 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.15 |
| HSL | 30.46º | 0.47% | 0.73% | - |
| HSV(B) | 30.46º | 0.3% | 0.85% | - |
| XYZ | 52.22 | 52.32 | 37.48 | - |
| YUV | 191.81 | 106.1 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 153 | 0 | 0.15 | 0.30 | 0.15 | 30.46 | 0.47 | 0.73 |
| Hex | DA | BA | 99 | 0 | F | 1E | F | 1E | 2F | 49 |
| Octal | 332 | 272 | 231 | 0 | 17 | 36 | 17 | 36 | 57 | 111 |
| Binary | 11011010 | 10111010 | 10011001 | 0 | 1111 | 11110 | 1111 | 11110 | 101111 | 1001001 |
Color Harmonies of #DABA99
Complementary color
Monochromatic Colors of #DABA99
Black with #DABA99
Text Example
Text Example
White with #DABA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA99; }
p { color: rgb(218,186,153); }
H1.HeaderClassName
{
color: #DABA99;
}
.AnyTagClassName
{
color: #DABA99;
}
</style>
background-color css
<style>
a { background-color: #DABA99; }
a { background-color: rgb(218,186,153); }
div.DivClassName
{
background-color: #DABA99;
}
.BgClassName
{
background-color: #DABA99;
}
</style>
border-color css
<style>
span { border-color: #DABA99; }
span { border-color: rgb(218,186,153); }
td.TdClassName
{
border-color: #DABA99;
}
.TagClassName
{
border-color: #DABA99;
}
</style>