Shades of Tacha #D5B45C
Tints of Tacha #D5B45C
RGB
CMYK
RGB Variations
Color information
#D5B45C (or 0xD5B45C) is known color: Tacha. HEX triplet: D5, B4 and 5C. RGB value is (213,180,92). Sum of RGB (Red+Green+Blue) = 213+180+92=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B45C is #2A4BA3. Grayscale: #B4B4B4. Windows color (decimal): -2771876 or 6075605. OLE color: 6075605.
HSL color Cylindrical-coordinate representation of color #D5B45C: hue angle of 43.64º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D5B45C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 92 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.16 |
| HSL | 43.64º | 0.59% | 0.6% | - |
| HSV(B) | 43.64º | 0.57% | 0.84% | - |
| XYZ | 45.69 | 47.56 | 16.9 | - |
| YUV | 179.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 92 | 0 | 0.15 | 0.57 | 0.16 | 43.64 | 0.59 | 0.6 |
| Hex | D5 | B4 | 5C | 0 | F | 39 | 10 | 2C | 3B | 3C |
| Octal | 325 | 264 | 134 | 0 | 17 | 71 | 20 | 54 | 73 | 74 |
| Binary | 11010101 | 10110100 | 1011100 | 0 | 1111 | 111001 | 10000 | 101100 | 111011 | 111100 |
Color Harmonies of #D5B45C
Complementary color
Monochromatic Colors of #D5B45C
Black with #D5B45C
Text Example
Text Example
White with #D5B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B45C; }
p { color: rgb(213,180,92); }
H1.HeaderClassName
{
color: #D5B45C;
}
.AnyTagClassName
{
color: #D5B45C;
}
</style>
background-color css
<style>
a { background-color: #D5B45C; }
a { background-color: rgb(213,180,92); }
div.DivClassName
{
background-color: #D5B45C;
}
.BgClassName
{
background-color: #D5B45C;
}
</style>
border-color css
<style>
span { border-color: #D5B45C; }
span { border-color: rgb(213,180,92); }
td.TdClassName
{
border-color: #D5B45C;
}
.TagClassName
{
border-color: #D5B45C;
}
</style>