Shades of Tacha #D5B75D
Tints of Tacha #D5B75D
RGB
CMYK
RGB Variations
Color information
#D5B75D (or 0xD5B75D) is known color: Tacha. HEX triplet: D5, B7 and 5D. RGB value is (213,183,93). Sum of RGB (Red+Green+Blue) = 213+183+93=489 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.56% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B75D is #2A48A2. Grayscale: #B6B6B6. Windows color (decimal): -2771107 or 6141909. OLE color: 6141909.
HSL color Cylindrical-coordinate representation of color #D5B75D: hue angle of 45º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5B75D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 93 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.16 |
| HSL | 45º | 0.59% | 0.6% | - |
| HSV(B) | 45º | 0.56% | 0.84% | - |
| XYZ | 46.35 | 48.8 | 17.33 | - |
| YUV | 181.71 | 77.94 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 93 | 0 | 0.14 | 0.56 | 0.16 | 45 | 0.59 | 0.6 |
| Hex | D5 | B7 | 5D | 0 | E | 38 | 10 | 2D | 3B | 3C |
| Octal | 325 | 267 | 135 | 0 | 16 | 70 | 20 | 55 | 73 | 74 |
| Binary | 11010101 | 10110111 | 1011101 | 0 | 1110 | 111000 | 10000 | 101101 | 111011 | 111100 |
Color Harmonies of #D5B75D
Complementary color
Monochromatic Colors of #D5B75D
Black with #D5B75D
Text Example
Text Example
White with #D5B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B75D; }
p { color: rgb(213,183,93); }
H1.HeaderClassName
{
color: #D5B75D;
}
.AnyTagClassName
{
color: #D5B75D;
}
</style>
background-color css
<style>
a { background-color: #D5B75D; }
a { background-color: rgb(213,183,93); }
div.DivClassName
{
background-color: #D5B75D;
}
.BgClassName
{
background-color: #D5B75D;
}
</style>
border-color css
<style>
span { border-color: #D5B75D; }
span { border-color: rgb(213,183,93); }
td.TdClassName
{
border-color: #D5B75D;
}
.TagClassName
{
border-color: #D5B75D;
}
</style>