Shades of Tacha #DABB5E
Tints of Tacha #DABB5E
RGB
CMYK
RGB Variations
Color information
#DABB5E (or 0xDABB5E) is known color: Tacha. HEX triplet: DA, BB and 5E. RGB value is (218,187,94). Sum of RGB (Red+Green+Blue) = 218+187+94=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABB5E is #2544A1. Grayscale: #BABABA. Windows color (decimal): -2442402 or 6208474. OLE color: 6208474.
HSL color Cylindrical-coordinate representation of color #DABB5E: hue angle of 45º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DABB5E is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 94 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.15 |
| HSL | 45º | 0.63% | 0.61% | - |
| HSV(B) | 45º | 0.57% | 0.85% | - |
| XYZ | 48.7 | 51.25 | 17.92 | - |
| YUV | 185.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 94 | 0 | 0.14 | 0.57 | 0.15 | 45 | 0.63 | 0.61 |
| Hex | DA | BB | 5E | 0 | E | 39 | F | 2D | 3F | 3D |
| Octal | 332 | 273 | 136 | 0 | 16 | 71 | 17 | 55 | 77 | 75 |
| Binary | 11011010 | 10111011 | 1011110 | 0 | 1110 | 111001 | 1111 | 101101 | 111111 | 111101 |
Color Harmonies of #DABB5E
Complementary color
Monochromatic Colors of #DABB5E
Black with #DABB5E
Text Example
Text Example
White with #DABB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB5E; }
p { color: rgb(218,187,94); }
H1.HeaderClassName
{
color: #DABB5E;
}
.AnyTagClassName
{
color: #DABB5E;
}
</style>
background-color css
<style>
a { background-color: #DABB5E; }
a { background-color: rgb(218,187,94); }
div.DivClassName
{
background-color: #DABB5E;
}
.BgClassName
{
background-color: #DABB5E;
}
</style>
border-color css
<style>
span { border-color: #DABB5E; }
span { border-color: rgb(218,187,94); }
td.TdClassName
{
border-color: #DABB5E;
}
.TagClassName
{
border-color: #DABB5E;
}
</style>