Shades of Tacha #D5B954
Tints of Tacha #D5B954
RGB
CMYK
RGB Variations
Color information
#D5B954 (or 0xD5B954) is known color: Tacha. HEX triplet: D5, B9 and 54. RGB value is (213,185,84). Sum of RGB (Red+Green+Blue) = 213+185+84=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B954 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B954 is #2A46AB. Grayscale: #B6B6B6. Windows color (decimal): -2770604 or 5552597. OLE color: 5552597.
HSL color Cylindrical-coordinate representation of color #D5B954: hue angle of 46.98º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5B954 is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 84 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.16 |
| HSL | 46.98º | 0.61% | 0.58% | - |
| HSV(B) | 46.98º | 0.61% | 0.84% | - |
| XYZ | 46.39 | 49.48 | 15.49 | - |
| YUV | 181.86 | 72.78 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 84 | 0 | 0.13 | 0.61 | 0.16 | 46.98 | 0.61 | 0.58 |
| Hex | D5 | B9 | 54 | 0 | D | 3D | 10 | 2F | 3D | 3A |
| Octal | 325 | 271 | 124 | 0 | 15 | 75 | 20 | 57 | 75 | 72 |
| Binary | 11010101 | 10111001 | 1010100 | 0 | 1101 | 111101 | 10000 | 101111 | 111101 | 111010 |
Color Harmonies of #D5B954
Complementary color
Monochromatic Colors of #D5B954
Black with #D5B954
Text Example
Text Example
White with #D5B954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B954; }
p { color: rgb(213,185,84); }
H1.HeaderClassName
{
color: #D5B954;
}
.AnyTagClassName
{
color: #D5B954;
}
</style>
background-color css
<style>
a { background-color: #D5B954; }
a { background-color: rgb(213,185,84); }
div.DivClassName
{
background-color: #D5B954;
}
.BgClassName
{
background-color: #D5B954;
}
</style>
border-color css
<style>
span { border-color: #D5B954; }
span { border-color: rgb(213,185,84); }
td.TdClassName
{
border-color: #D5B954;
}
.TagClassName
{
border-color: #D5B954;
}
</style>