Shades of Tacha #DBC761
Tints of Tacha #DBC761
RGB
CMYK
RGB Variations
Color information
#DBC761 (or 0xDBC761) is known color: Tacha. HEX triplet: DB, C7 and 61. RGB value is (219,199,97). Sum of RGB (Red+Green+Blue) = 219+199+97=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC761 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC761 is #24389E. Grayscale: #C1C1C1. Windows color (decimal): -2373791 or 6408155. OLE color: 6408155.
HSL color Cylindrical-coordinate representation of color #DBC761: hue angle of 50.16º 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 #DBC761 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 97 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.14 |
| HSL | 50.16º | 0.63% | 0.62% | - |
| HSV(B) | 50.16º | 0.56% | 0.86% | - |
| XYZ | 51.79 | 56.77 | 19.54 | - |
| YUV | 193.35 | 73.63 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 97 | 0 | 0.09 | 0.56 | 0.14 | 50.16 | 0.63 | 0.62 |
| Hex | DB | C7 | 61 | 0 | 9 | 38 | E | 32 | 3F | 3E |
| Octal | 333 | 307 | 141 | 0 | 11 | 70 | 16 | 62 | 77 | 76 |
| Binary | 11011011 | 11000111 | 1100001 | 0 | 1001 | 111000 | 1110 | 110010 | 111111 | 111110 |
Color Harmonies of #DBC761
Complementary color
Monochromatic Colors of #DBC761
Black with #DBC761
Text Example
Text Example
White with #DBC761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC761; }
p { color: rgb(219,199,97); }
H1.HeaderClassName
{
color: #DBC761;
}
.AnyTagClassName
{
color: #DBC761;
}
</style>
background-color css
<style>
a { background-color: #DBC761; }
a { background-color: rgb(219,199,97); }
div.DivClassName
{
background-color: #DBC761;
}
.BgClassName
{
background-color: #DBC761;
}
</style>
border-color css
<style>
span { border-color: #DBC761; }
span { border-color: rgb(219,199,97); }
td.TdClassName
{
border-color: #DBC761;
}
.TagClassName
{
border-color: #DBC761;
}
</style>