Shades of Tacha #D5BD65
Tints of Tacha #D5BD65
RGB
CMYK
RGB Variations
Color information
#D5BD65 (or 0xD5BD65) is known color: Tacha. HEX triplet: D5, BD and 65. RGB value is (213,189,101). Sum of RGB (Red+Green+Blue) = 213+189+101=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD65 is #2A429A. Grayscale: #BABABA. Windows color (decimal): -2769563 or 6667733. OLE color: 6667733.
HSL color Cylindrical-coordinate representation of color #D5BD65: hue angle of 47.14º 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 #D5BD65 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 101 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.16 |
| HSL | 47.14º | 0.57% | 0.62% | - |
| HSV(B) | 47.14º | 0.53% | 0.84% | - |
| XYZ | 47.99 | 51.48 | 19.72 | - |
| YUV | 186.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 101 | 0 | 0.11 | 0.53 | 0.16 | 47.14 | 0.57 | 0.62 |
| Hex | D5 | BD | 65 | 0 | B | 35 | 10 | 2F | 39 | 3E |
| Octal | 325 | 275 | 145 | 0 | 13 | 65 | 20 | 57 | 71 | 76 |
| Binary | 11010101 | 10111101 | 1100101 | 0 | 1011 | 110101 | 10000 | 101111 | 111001 | 111110 |
Color Harmonies of #D5BD65
Complementary color
Monochromatic Colors of #D5BD65
Black with #D5BD65
Text Example
Text Example
White with #D5BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD65; }
p { color: rgb(213,189,101); }
H1.HeaderClassName
{
color: #D5BD65;
}
.AnyTagClassName
{
color: #D5BD65;
}
</style>
background-color css
<style>
a { background-color: #D5BD65; }
a { background-color: rgb(213,189,101); }
div.DivClassName
{
background-color: #D5BD65;
}
.BgClassName
{
background-color: #D5BD65;
}
</style>
border-color css
<style>
span { border-color: #D5BD65; }
span { border-color: rgb(213,189,101); }
td.TdClassName
{
border-color: #D5BD65;
}
.TagClassName
{
border-color: #D5BD65;
}
</style>