Shades of Tacha #D5BD63
Tints of Tacha #D5BD63
RGB
CMYK
RGB Variations
Color information
#D5BD63 (or 0xD5BD63) is known color: Tacha. HEX triplet: D5, BD and 63. RGB value is (213,189,99). Sum of RGB (Red+Green+Blue) = 213+189+99=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BD63 is #2A429C. Grayscale: #BABABA. Windows color (decimal): -2769565 or 6536661. OLE color: 6536661.
HSL color Cylindrical-coordinate representation of color #D5BD63: hue angle of 47.37º 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 #D5BD63 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 99 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.16 |
| HSL | 47.37º | 0.58% | 0.61% | - |
| HSV(B) | 47.37º | 0.54% | 0.84% | - |
| XYZ | 47.89 | 51.44 | 19.21 | - |
| YUV | 185.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 99 | 0 | 0.11 | 0.54 | 0.16 | 47.37 | 0.58 | 0.61 |
| Hex | D5 | BD | 63 | 0 | B | 36 | 10 | 2F | 3A | 3D |
| Octal | 325 | 275 | 143 | 0 | 13 | 66 | 20 | 57 | 72 | 75 |
| Binary | 11010101 | 10111101 | 1100011 | 0 | 1011 | 110110 | 10000 | 101111 | 111010 | 111101 |
Color Harmonies of #D5BD63
Complementary color
Monochromatic Colors of #D5BD63
Black with #D5BD63
Text Example
Text Example
White with #D5BD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BD63; }
p { color: rgb(213,189,99); }
H1.HeaderClassName
{
color: #D5BD63;
}
.AnyTagClassName
{
color: #D5BD63;
}
</style>
background-color css
<style>
a { background-color: #D5BD63; }
a { background-color: rgb(213,189,99); }
div.DivClassName
{
background-color: #D5BD63;
}
.BgClassName
{
background-color: #D5BD63;
}
</style>
border-color css
<style>
span { border-color: #D5BD63; }
span { border-color: rgb(213,189,99); }
td.TdClassName
{
border-color: #D5BD63;
}
.TagClassName
{
border-color: #D5BD63;
}
</style>