Shades of Tacha #D5BB58
Tints of Tacha #D5BB58
RGB
CMYK
RGB Variations
Color information
#D5BB58 (or 0xD5BB58) is known color: Tacha. HEX triplet: D5, BB and 58. RGB value is (213,187,88). Sum of RGB (Red+Green+Blue) = 213+187+88=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 88 (34.77% from 255 or 18.03% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BB58 is #2A44A7. Grayscale: #B7B7B7. Windows color (decimal): -2770088 or 5815253. OLE color: 5815253.
HSL color Cylindrical-coordinate representation of color #D5BB58: hue angle of 47.52º 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 #D5BB58 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 88 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.16 |
| HSL | 47.52º | 0.6% | 0.59% | - |
| HSV(B) | 47.52º | 0.59% | 0.84% | - |
| XYZ | 46.97 | 50.39 | 16.48 | - |
| YUV | 183.49 | 74.11 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 88 | 0 | 0.12 | 0.59 | 0.16 | 47.52 | 0.6 | 0.59 |
| Hex | D5 | BB | 58 | 0 | C | 3B | 10 | 30 | 3C | 3B |
| Octal | 325 | 273 | 130 | 0 | 14 | 73 | 20 | 60 | 74 | 73 |
| Binary | 11010101 | 10111011 | 1011000 | 0 | 1100 | 111011 | 10000 | 110000 | 111100 | 111011 |
Color Harmonies of #D5BB58
Complementary color
Monochromatic Colors of #D5BB58
Black with #D5BB58
Text Example
Text Example
White with #D5BB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BB58; }
p { color: rgb(213,187,88); }
H1.HeaderClassName
{
color: #D5BB58;
}
.AnyTagClassName
{
color: #D5BB58;
}
</style>
background-color css
<style>
a { background-color: #D5BB58; }
a { background-color: rgb(213,187,88); }
div.DivClassName
{
background-color: #D5BB58;
}
.BgClassName
{
background-color: #D5BB58;
}
</style>
border-color css
<style>
span { border-color: #D5BB58; }
span { border-color: rgb(213,187,88); }
td.TdClassName
{
border-color: #D5BB58;
}
.TagClassName
{
border-color: #D5BB58;
}
</style>