Shades of Tacha #D5B458
Tints of Tacha #D5B458
RGB
CMYK
RGB Variations
Color information
#D5B458 (or 0xD5B458) is known color: Tacha. HEX triplet: D5, B4 and 58. RGB value is (213,180,88). Sum of RGB (Red+Green+Blue) = 213+180+88=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 88 (34.77% from 255 or 18.30% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B458 is #2A4BA7. Grayscale: #B3B3B3. Windows color (decimal): -2771880 or 5813461. OLE color: 5813461.
HSL color Cylindrical-coordinate representation of color #D5B458: hue angle of 44.16º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5B458 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 88 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.16 |
| HSL | 44.16º | 0.6% | 0.59% | - |
| HSV(B) | 44.16º | 0.59% | 0.84% | - |
| XYZ | 45.52 | 47.49 | 16 | - |
| YUV | 179.38 | 76.43 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 88 | 0 | 0.15 | 0.59 | 0.16 | 44.16 | 0.6 | 0.59 |
| Hex | D5 | B4 | 58 | 0 | F | 3B | 10 | 2C | 3C | 3B |
| Octal | 325 | 264 | 130 | 0 | 17 | 73 | 20 | 54 | 74 | 73 |
| Binary | 11010101 | 10110100 | 1011000 | 0 | 1111 | 111011 | 10000 | 101100 | 111100 | 111011 |
Color Harmonies of #D5B458
Complementary color
Monochromatic Colors of #D5B458
Black with #D5B458
Text Example
Text Example
White with #D5B458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B458; }
p { color: rgb(213,180,88); }
H1.HeaderClassName
{
color: #D5B458;
}
.AnyTagClassName
{
color: #D5B458;
}
</style>
background-color css
<style>
a { background-color: #D5B458; }
a { background-color: rgb(213,180,88); }
div.DivClassName
{
background-color: #D5B458;
}
.BgClassName
{
background-color: #D5B458;
}
</style>
border-color css
<style>
span { border-color: #D5B458; }
span { border-color: rgb(213,180,88); }
td.TdClassName
{
border-color: #D5B458;
}
.TagClassName
{
border-color: #D5B458;
}
</style>