Shades of Tacha #D9BE65
Tints of Tacha #D9BE65
RGB
CMYK
RGB Variations
Color information
#D9BE65 (or 0xD9BE65) is known color: Tacha. HEX triplet: D9, BE and 65. RGB value is (217,190,101). Sum of RGB (Red+Green+Blue) = 217+190+101=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9BE65 is #26419A. Grayscale: #BCBCBC. Windows color (decimal): -2507163 or 6667993. OLE color: 6667993.
HSL color Cylindrical-coordinate representation of color #D9BE65: hue angle of 46.03º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9BE65 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 190 | 101 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.15 |
| HSL | 46.03º | 0.6% | 0.62% | - |
| HSV(B) | 46.03º | 0.53% | 0.85% | - |
| XYZ | 49.38 | 52.52 | 19.85 | - |
| YUV | 187.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 190 | 101 | 0 | 0.12 | 0.53 | 0.15 | 46.03 | 0.6 | 0.62 |
| Hex | D9 | BE | 65 | 0 | C | 35 | F | 2E | 3C | 3E |
| Octal | 331 | 276 | 145 | 0 | 14 | 65 | 17 | 56 | 74 | 76 |
| Binary | 11011001 | 10111110 | 1100101 | 0 | 1100 | 110101 | 1111 | 101110 | 111100 | 111110 |
Color Harmonies of #D9BE65
Complementary color
Monochromatic Colors of #D9BE65
Black with #D9BE65
Text Example
Text Example
White with #D9BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BE65; }
p { color: rgb(217,190,101); }
H1.HeaderClassName
{
color: #D9BE65;
}
.AnyTagClassName
{
color: #D9BE65;
}
</style>
background-color css
<style>
a { background-color: #D9BE65; }
a { background-color: rgb(217,190,101); }
div.DivClassName
{
background-color: #D9BE65;
}
.BgClassName
{
background-color: #D9BE65;
}
</style>
border-color css
<style>
span { border-color: #D9BE65; }
span { border-color: rgb(217,190,101); }
td.TdClassName
{
border-color: #D9BE65;
}
.TagClassName
{
border-color: #D9BE65;
}
</style>