Shades of Tacha #DABD5E
Tints of Tacha #DABD5E
RGB
CMYK
RGB Variations
Color information
#DABD5E (or 0xDABD5E) is known color: Tacha. HEX triplet: DA, BD and 5E. RGB value is (218,189,94). Sum of RGB (Red+Green+Blue) = 218+189+94=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DABD5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DABD5E is #2542A1. Grayscale: #BBBBBB. Windows color (decimal): -2441890 or 6208986. OLE color: 6208986.
HSL color Cylindrical-coordinate representation of color #DABD5E: hue angle of 45.97º 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 #DABD5E is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 94 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.15 |
| HSL | 45.97º | 0.63% | 0.61% | - |
| HSV(B) | 45.97º | 0.57% | 0.85% | - |
| XYZ | 49.13 | 52.11 | 18.06 | - |
| YUV | 186.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 94 | 0 | 0.13 | 0.57 | 0.15 | 45.97 | 0.63 | 0.61 |
| Hex | DA | BD | 5E | 0 | D | 39 | F | 2E | 3F | 3D |
| Octal | 332 | 275 | 136 | 0 | 15 | 71 | 17 | 56 | 77 | 75 |
| Binary | 11011010 | 10111101 | 1011110 | 0 | 1101 | 111001 | 1111 | 101110 | 111111 | 111101 |
Color Harmonies of #DABD5E
Complementary color
Monochromatic Colors of #DABD5E
Black with #DABD5E
Text Example
Text Example
White with #DABD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABD5E; }
p { color: rgb(218,189,94); }
H1.HeaderClassName
{
color: #DABD5E;
}
.AnyTagClassName
{
color: #DABD5E;
}
</style>
background-color css
<style>
a { background-color: #DABD5E; }
a { background-color: rgb(218,189,94); }
div.DivClassName
{
background-color: #DABD5E;
}
.BgClassName
{
background-color: #DABD5E;
}
</style>
border-color css
<style>
span { border-color: #DABD5E; }
span { border-color: rgb(218,189,94); }
td.TdClassName
{
border-color: #DABD5E;
}
.TagClassName
{
border-color: #DABD5E;
}
</style>