Shades of Tacha #D8BD59
Tints of Tacha #D8BD59
RGB
CMYK
RGB Variations
Color information
#D8BD59 (or 0xD8BD59) is known color: Tacha. HEX triplet: D8, BD and 59. RGB value is (216,189,89). Sum of RGB (Red+Green+Blue) = 216+189+89=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 189 (74.22% from 255 or 38.26% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BD59 is #2742A6. Grayscale: #BABABA. Windows color (decimal): -2572967 or 5881304. OLE color: 5881304.
HSL color Cylindrical-coordinate representation of color #D8BD59: hue angle of 47.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D8BD59 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 189 | 89 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.15 |
| HSL | 47.24º | 0.62% | 0.6% | - |
| HSV(B) | 47.24º | 0.59% | 0.85% | - |
| XYZ | 48.32 | 51.72 | 16.89 | - |
| YUV | 185.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 189 | 89 | 0 | 0.12 | 0.59 | 0.15 | 47.24 | 0.62 | 0.6 |
| Hex | D8 | BD | 59 | 0 | C | 3B | F | 2F | 3E | 3C |
| Octal | 330 | 275 | 131 | 0 | 14 | 73 | 17 | 57 | 76 | 74 |
| Binary | 11011000 | 10111101 | 1011001 | 0 | 1100 | 111011 | 1111 | 101111 | 111110 | 111100 |
Color Harmonies of #D8BD59
Complementary color
Monochromatic Colors of #D8BD59
Black with #D8BD59
Text Example
Text Example
White with #D8BD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BD59; }
p { color: rgb(216,189,89); }
H1.HeaderClassName
{
color: #D8BD59;
}
.AnyTagClassName
{
color: #D8BD59;
}
</style>
background-color css
<style>
a { background-color: #D8BD59; }
a { background-color: rgb(216,189,89); }
div.DivClassName
{
background-color: #D8BD59;
}
.BgClassName
{
background-color: #D8BD59;
}
</style>
border-color css
<style>
span { border-color: #D8BD59; }
span { border-color: rgb(216,189,89); }
td.TdClassName
{
border-color: #D8BD59;
}
.TagClassName
{
border-color: #D8BD59;
}
</style>