Shades of Tacha #DBC85F
Tints of Tacha #DBC85F
RGB
CMYK
RGB Variations
Color information
#DBC85F (or 0xDBC85F) is known color: Tacha. HEX triplet: DB, C8 and 5F. RGB value is (219,200,95). Sum of RGB (Red+Green+Blue) = 219+200+95=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC85F is #2437A0. Grayscale: #C2C2C2. Windows color (decimal): -2373537 or 6277339. OLE color: 6277339.
HSL color Cylindrical-coordinate representation of color #DBC85F: hue angle of 50.81º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBC85F is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 95 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.14 |
| HSL | 50.81º | 0.63% | 0.62% | - |
| HSV(B) | 50.81º | 0.57% | 0.86% | - |
| XYZ | 51.93 | 57.19 | 19.13 | - |
| YUV | 193.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 95 | 0 | 0.09 | 0.57 | 0.14 | 50.81 | 0.63 | 0.62 |
| Hex | DB | C8 | 5F | 0 | 9 | 39 | E | 33 | 3F | 3E |
| Octal | 333 | 310 | 137 | 0 | 11 | 71 | 16 | 63 | 77 | 76 |
| Binary | 11011011 | 11001000 | 1011111 | 0 | 1001 | 111001 | 1110 | 110011 | 111111 | 111110 |
Color Harmonies of #DBC85F
Complementary color
Monochromatic Colors of #DBC85F
Black with #DBC85F
Text Example
Text Example
White with #DBC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC85F; }
p { color: rgb(219,200,95); }
H1.HeaderClassName
{
color: #DBC85F;
}
.AnyTagClassName
{
color: #DBC85F;
}
</style>
background-color css
<style>
a { background-color: #DBC85F; }
a { background-color: rgb(219,200,95); }
div.DivClassName
{
background-color: #DBC85F;
}
.BgClassName
{
background-color: #DBC85F;
}
</style>
border-color css
<style>
span { border-color: #DBC85F; }
span { border-color: rgb(219,200,95); }
td.TdClassName
{
border-color: #DBC85F;
}
.TagClassName
{
border-color: #DBC85F;
}
</style>