Shades of Tacha #DBC85A
Tints of Tacha #DBC85A
RGB
CMYK
RGB Variations
Color information
#DBC85A (or 0xDBC85A) is known color: Tacha. HEX triplet: DB, C8 and 5A. RGB value is (219,200,90). Sum of RGB (Red+Green+Blue) = 219+200+90=509 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.03% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC85A is #2437A5. Grayscale: #C1C1C1. Windows color (decimal): -2373542 or 5949659. OLE color: 5949659.
HSL color Cylindrical-coordinate representation of color #DBC85A: hue angle of 51.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBC85A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 90 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.14 |
| HSL | 51.16º | 0.64% | 0.61% | - |
| HSV(B) | 51.16º | 0.59% | 0.86% | - |
| XYZ | 51.71 | 57.11 | 17.97 | - |
| YUV | 193.14 | 69.79 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 90 | 0 | 0.09 | 0.59 | 0.14 | 51.16 | 0.64 | 0.61 |
| Hex | DB | C8 | 5A | 0 | 9 | 3B | E | 33 | 40 | 3D |
| Octal | 333 | 310 | 132 | 0 | 11 | 73 | 16 | 63 | 100 | 75 |
| Binary | 11011011 | 11001000 | 1011010 | 0 | 1001 | 111011 | 1110 | 110011 | 1000000 | 111101 |
Color Harmonies of #DBC85A
Complementary color
Monochromatic Colors of #DBC85A
Black with #DBC85A
Text Example
Text Example
White with #DBC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC85A; }
p { color: rgb(219,200,90); }
H1.HeaderClassName
{
color: #DBC85A;
}
.AnyTagClassName
{
color: #DBC85A;
}
</style>
background-color css
<style>
a { background-color: #DBC85A; }
a { background-color: rgb(219,200,90); }
div.DivClassName
{
background-color: #DBC85A;
}
.BgClassName
{
background-color: #DBC85A;
}
</style>
border-color css
<style>
span { border-color: #DBC85A; }
span { border-color: rgb(219,200,90); }
td.TdClassName
{
border-color: #DBC85A;
}
.TagClassName
{
border-color: #DBC85A;
}
</style>