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