Shades of Tacha #D5BE65
Tints of Tacha #D5BE65
RGB
CMYK
RGB Variations
Color information
#D5BE65 (or 0xD5BE65) is known color: Tacha. HEX triplet: D5, BE and 65. RGB value is (213,190,101). Sum of RGB (Red+Green+Blue) = 213+190+101=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 101 (39.84% from 255 or 20.04% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE65 is #2A419A. Grayscale: #BBBBBB. Windows color (decimal): -2769307 or 6667989. OLE color: 6667989.
HSL color Cylindrical-coordinate representation of color #D5BE65: hue angle of 47.68º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5BE65 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 101 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.16 |
| HSL | 47.68º | 0.57% | 0.62% | - |
| HSV(B) | 47.68º | 0.53% | 0.84% | - |
| XYZ | 48.2 | 51.91 | 19.79 | - |
| YUV | 186.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 101 | 0 | 0.11 | 0.53 | 0.16 | 47.68 | 0.57 | 0.62 |
| Hex | D5 | BE | 65 | 0 | B | 35 | 10 | 30 | 39 | 3E |
| Octal | 325 | 276 | 145 | 0 | 13 | 65 | 20 | 60 | 71 | 76 |
| Binary | 11010101 | 10111110 | 1100101 | 0 | 1011 | 110101 | 10000 | 110000 | 111001 | 111110 |
Color Harmonies of #D5BE65
Complementary color
Monochromatic Colors of #D5BE65
Black with #D5BE65
Text Example
Text Example
White with #D5BE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE65; }
p { color: rgb(213,190,101); }
H1.HeaderClassName
{
color: #D5BE65;
}
.AnyTagClassName
{
color: #D5BE65;
}
</style>
background-color css
<style>
a { background-color: #D5BE65; }
a { background-color: rgb(213,190,101); }
div.DivClassName
{
background-color: #D5BE65;
}
.BgClassName
{
background-color: #D5BE65;
}
</style>
border-color css
<style>
span { border-color: #D5BE65; }
span { border-color: rgb(213,190,101); }
td.TdClassName
{
border-color: #D5BE65;
}
.TagClassName
{
border-color: #D5BE65;
}
</style>