Shades of Tacha #DCBA59
Tints of Tacha #DCBA59
RGB
CMYK
RGB Variations
Color information
#DCBA59 (or 0xDCBA59) is known color: Tacha. HEX triplet: DC, BA and 59. RGB value is (220,186,89). Sum of RGB (Red+Green+Blue) = 220+186+89=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 89 (35.16% from 255 or 17.98% from 495); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA59 is #2345A6. Grayscale: #B9B9B9. Windows color (decimal): -2311591 or 5880540. OLE color: 5880540.
HSL color Cylindrical-coordinate representation of color #DCBA59: hue angle of 44.43º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCBA59 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 89 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.14 |
| HSL | 44.43º | 0.65% | 0.61% | - |
| HSV(B) | 44.43º | 0.6% | 0.86% | - |
| XYZ | 48.88 | 51.05 | 16.73 | - |
| YUV | 185.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 89 | 0 | 0.15 | 0.60 | 0.14 | 44.43 | 0.65 | 0.61 |
| Hex | DC | BA | 59 | 0 | F | 3C | E | 2C | 41 | 3D |
| Octal | 334 | 272 | 131 | 0 | 17 | 74 | 16 | 54 | 101 | 75 |
| Binary | 11011100 | 10111010 | 1011001 | 0 | 1111 | 111100 | 1110 | 101100 | 1000001 | 111101 |
Color Harmonies of #DCBA59
Complementary color
Monochromatic Colors of #DCBA59
Black with #DCBA59
Text Example
Text Example
White with #DCBA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBA59; }
p { color: rgb(220,186,89); }
H1.HeaderClassName
{
color: #DCBA59;
}
.AnyTagClassName
{
color: #DCBA59;
}
</style>
background-color css
<style>
a { background-color: #DCBA59; }
a { background-color: rgb(220,186,89); }
div.DivClassName
{
background-color: #DCBA59;
}
.BgClassName
{
background-color: #DCBA59;
}
</style>
border-color css
<style>
span { border-color: #DCBA59; }
span { border-color: rgb(220,186,89); }
td.TdClassName
{
border-color: #DCBA59;
}
.TagClassName
{
border-color: #DCBA59;
}
</style>