Shades of Tacha #D5BE64
Tints of Tacha #D5BE64
RGB
CMYK
RGB Variations
Color information
#D5BE64 (or 0xD5BE64) is known color: Tacha. HEX triplet: D5, BE and 64. RGB value is (213,190,100). Sum of RGB (Red+Green+Blue) = 213+190+100=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE64 is #2A419B. Grayscale: #BBBBBB. Windows color (decimal): -2769308 or 6602453. OLE color: 6602453.
HSL color Cylindrical-coordinate representation of color #D5BE64: hue angle of 47.79º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5BE64 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 100 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.16 |
| HSL | 47.79º | 0.57% | 0.61% | - |
| HSV(B) | 47.79º | 0.53% | 0.84% | - |
| XYZ | 48.15 | 51.89 | 19.53 | - |
| YUV | 186.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 100 | 0 | 0.11 | 0.53 | 0.16 | 47.79 | 0.57 | 0.61 |
| Hex | D5 | BE | 64 | 0 | B | 35 | 10 | 30 | 39 | 3D |
| Octal | 325 | 276 | 144 | 0 | 13 | 65 | 20 | 60 | 71 | 75 |
| Binary | 11010101 | 10111110 | 1100100 | 0 | 1011 | 110101 | 10000 | 110000 | 111001 | 111101 |
Color Harmonies of #D5BE64
Complementary color
Monochromatic Colors of #D5BE64
Black with #D5BE64
Text Example
Text Example
White with #D5BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE64; }
p { color: rgb(213,190,100); }
H1.HeaderClassName
{
color: #D5BE64;
}
.AnyTagClassName
{
color: #D5BE64;
}
</style>
background-color css
<style>
a { background-color: #D5BE64; }
a { background-color: rgb(213,190,100); }
div.DivClassName
{
background-color: #D5BE64;
}
.BgClassName
{
background-color: #D5BE64;
}
</style>
border-color css
<style>
span { border-color: #D5BE64; }
span { border-color: rgb(213,190,100); }
td.TdClassName
{
border-color: #D5BE64;
}
.TagClassName
{
border-color: #D5BE64;
}
</style>