Shades of Tacha #DBC860
Tints of Tacha #DBC860
RGB
CMYK
RGB Variations
Color information
#DBC860 (or 0xDBC860) is known color: Tacha. HEX triplet: DB, C8 and 60. RGB value is (219,200,96). Sum of RGB (Red+Green+Blue) = 219+200+96=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 200 (78.52% from 255 or 38.83% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC860 is #24379F. Grayscale: #C2C2C2. Windows color (decimal): -2373536 or 6342875. OLE color: 6342875.
HSL color Cylindrical-coordinate representation of color #DBC860: hue angle of 50.73º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DBC860 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 96 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.14 |
| HSL | 50.73º | 0.63% | 0.62% | - |
| HSV(B) | 50.73º | 0.56% | 0.86% | - |
| XYZ | 51.98 | 57.21 | 19.37 | - |
| YUV | 193.83 | 72.79 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 96 | 0 | 0.09 | 0.56 | 0.14 | 50.73 | 0.63 | 0.62 |
| Hex | DB | C8 | 60 | 0 | 9 | 38 | E | 33 | 3F | 3E |
| Octal | 333 | 310 | 140 | 0 | 11 | 70 | 16 | 63 | 77 | 76 |
| Binary | 11011011 | 11001000 | 1100000 | 0 | 1001 | 111000 | 1110 | 110011 | 111111 | 111110 |
Color Harmonies of #DBC860
Complementary color
Monochromatic Colors of #DBC860
Black with #DBC860
Text Example
Text Example
White with #DBC860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC860; }
p { color: rgb(219,200,96); }
H1.HeaderClassName
{
color: #DBC860;
}
.AnyTagClassName
{
color: #DBC860;
}
</style>
background-color css
<style>
a { background-color: #DBC860; }
a { background-color: rgb(219,200,96); }
div.DivClassName
{
background-color: #DBC860;
}
.BgClassName
{
background-color: #DBC860;
}
</style>
border-color css
<style>
span { border-color: #DBC860; }
span { border-color: rgb(219,200,96); }
td.TdClassName
{
border-color: #DBC860;
}
.TagClassName
{
border-color: #DBC860;
}
</style>