Shades of Tacha #D5B863
Tints of Tacha #D5B863
RGB
CMYK
RGB Variations
Color information
#D5B863 (or 0xD5B863) is known color: Tacha. HEX triplet: D5, B8 and 63. RGB value is (213,184,99). Sum of RGB (Red+Green+Blue) = 213+184+99=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 184 (72.27% from 255 or 37.10% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B863 is #2A479C. Grayscale: #B7B7B7. Windows color (decimal): -2770845 or 6535381. OLE color: 6535381.
HSL color Cylindrical-coordinate representation of color #D5B863: hue angle of 44.74º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5B863 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 184 | 99 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.16 |
| HSL | 44.74º | 0.58% | 0.61% | - |
| HSV(B) | 44.74º | 0.54% | 0.84% | - |
| XYZ | 46.83 | 49.33 | 18.86 | - |
| YUV | 182.98 | 80.61 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 184 | 99 | 0 | 0.14 | 0.54 | 0.16 | 44.74 | 0.58 | 0.61 |
| Hex | D5 | B8 | 63 | 0 | E | 36 | 10 | 2D | 3A | 3D |
| Octal | 325 | 270 | 143 | 0 | 16 | 66 | 20 | 55 | 72 | 75 |
| Binary | 11010101 | 10111000 | 1100011 | 0 | 1110 | 110110 | 10000 | 101101 | 111010 | 111101 |
Color Harmonies of #D5B863
Complementary color
Monochromatic Colors of #D5B863
Black with #D5B863
Text Example
Text Example
White with #D5B863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B863; }
p { color: rgb(213,184,99); }
H1.HeaderClassName
{
color: #D5B863;
}
.AnyTagClassName
{
color: #D5B863;
}
</style>
background-color css
<style>
a { background-color: #D5B863; }
a { background-color: rgb(213,184,99); }
div.DivClassName
{
background-color: #D5B863;
}
.BgClassName
{
background-color: #D5B863;
}
</style>
border-color css
<style>
span { border-color: #D5B863; }
span { border-color: rgb(213,184,99); }
td.TdClassName
{
border-color: #D5B863;
}
.TagClassName
{
border-color: #D5B863;
}
</style>