Shades of Tacha #D5B850
Tints of Tacha #D5B850
RGB
CMYK
RGB Variations
Color information
#D5B850 (or 0xD5B850) is known color: Tacha. HEX triplet: D5, B8 and 50. RGB value is (213,184,80). Sum of RGB (Red+Green+Blue) = 213+184+80=477 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.65% from 477); Green value is 184 (72.27% from 255 or 38.57% from 477); Blue value is 80 (31.64% from 255 or 16.77% from 477); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B850 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B850 is #2A47AF. Grayscale: #B5B5B5. Windows color (decimal): -2770864 or 5290197. OLE color: 5290197.
HSL color Cylindrical-coordinate representation of color #D5B850: hue angle of 46.92º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5B850 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 80 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.16 |
| HSL | 46.92º | 0.61% | 0.57% | - |
| HSV(B) | 46.92º | 0.62% | 0.84% | - |
| XYZ | 46.03 | 49.01 | 14.62 | - |
| YUV | 180.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 80 | 0 | 0.14 | 0.62 | 0.16 | 46.92 | 0.61 | 0.57 |
| Hex | D5 | B8 | 50 | 0 | E | 3E | 10 | 2F | 3D | 39 |
| Octal | 325 | 270 | 120 | 0 | 16 | 76 | 20 | 57 | 75 | 71 |
| Binary | 11010101 | 10111000 | 1010000 | 0 | 1110 | 111110 | 10000 | 101111 | 111101 | 111001 |
Color Harmonies of #D5B850
Complementary color
Monochromatic Colors of #D5B850
Black with #D5B850
Text Example
Text Example
White with #D5B850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B850; }
p { color: rgb(213,184,80); }
H1.HeaderClassName
{
color: #D5B850;
}
.AnyTagClassName
{
color: #D5B850;
}
</style>
background-color css
<style>
a { background-color: #D5B850; }
a { background-color: rgb(213,184,80); }
div.DivClassName
{
background-color: #D5B850;
}
.BgClassName
{
background-color: #D5B850;
}
</style>
border-color css
<style>
span { border-color: #D5B850; }
span { border-color: rgb(213,184,80); }
td.TdClassName
{
border-color: #D5B850;
}
.TagClassName
{
border-color: #D5B850;
}
</style>