Shades of Tacha #DBC85C
Tints of Tacha #DBC85C
RGB
CMYK
RGB Variations
Color information
#DBC85C (or 0xDBC85C) is known color: Tacha. HEX triplet: DB, C8 and 5C. RGB value is (219,200,92). Sum of RGB (Red+Green+Blue) = 219+200+92=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 200 (78.52% from 255 or 39.14% from 511); Blue value is 92 (36.33% from 255 or 18.00% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC85C is #2437A3. Grayscale: #C1C1C1. Windows color (decimal): -2373540 or 6080731. OLE color: 6080731.
HSL color Cylindrical-coordinate representation of color #DBC85C: hue angle of 51.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DBC85C is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 92 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.14 |
| HSL | 51.02º | 0.64% | 0.61% | - |
| HSV(B) | 51.02º | 0.58% | 0.86% | - |
| XYZ | 51.8 | 57.14 | 18.42 | - |
| YUV | 193.37 | 70.79 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 92 | 0 | 0.09 | 0.58 | 0.14 | 51.02 | 0.64 | 0.61 |
| Hex | DB | C8 | 5C | 0 | 9 | 3A | E | 33 | 40 | 3D |
| Octal | 333 | 310 | 134 | 0 | 11 | 72 | 16 | 63 | 100 | 75 |
| Binary | 11011011 | 11001000 | 1011100 | 0 | 1001 | 111010 | 1110 | 110011 | 1000000 | 111101 |
Color Harmonies of #DBC85C
Complementary color
Monochromatic Colors of #DBC85C
Black with #DBC85C
Text Example
Text Example
White with #DBC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC85C; }
p { color: rgb(219,200,92); }
H1.HeaderClassName
{
color: #DBC85C;
}
.AnyTagClassName
{
color: #DBC85C;
}
</style>
background-color css
<style>
a { background-color: #DBC85C; }
a { background-color: rgb(219,200,92); }
div.DivClassName
{
background-color: #DBC85C;
}
.BgClassName
{
background-color: #DBC85C;
}
</style>
border-color css
<style>
span { border-color: #DBC85C; }
span { border-color: rgb(219,200,92); }
td.TdClassName
{
border-color: #DBC85C;
}
.TagClassName
{
border-color: #DBC85C;
}
</style>