Shades of Tacha #D8B95E
Tints of Tacha #D8B95E
RGB
CMYK
RGB Variations
Color information
#D8B95E (or 0xD8B95E) is known color: Tacha. HEX triplet: D8, B9 and 5E. RGB value is (216,185,94). Sum of RGB (Red+Green+Blue) = 216+185+94=495 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.64% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 94 (37.11% from 255 or 18.99% from 495); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B95E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B95E is #2746A1. Grayscale: #B8B8B8. Windows color (decimal): -2573986 or 6207960. OLE color: 6207960.
HSL color Cylindrical-coordinate representation of color #D8B95E: hue angle of 44.75º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8B95E is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 94 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.15 |
| HSL | 44.75º | 0.61% | 0.61% | - |
| HSV(B) | 44.75º | 0.56% | 0.85% | - |
| XYZ | 47.69 | 50.11 | 17.75 | - |
| YUV | 183.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 94 | 0 | 0.14 | 0.56 | 0.15 | 44.75 | 0.61 | 0.61 |
| Hex | D8 | B9 | 5E | 0 | E | 38 | F | 2D | 3D | 3D |
| Octal | 330 | 271 | 136 | 0 | 16 | 70 | 17 | 55 | 75 | 75 |
| Binary | 11011000 | 10111001 | 1011110 | 0 | 1110 | 111000 | 1111 | 101101 | 111101 | 111101 |
Color Harmonies of #D8B95E
Complementary color
Monochromatic Colors of #D8B95E
Black with #D8B95E
Text Example
Text Example
White with #D8B95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B95E; }
p { color: rgb(216,185,94); }
H1.HeaderClassName
{
color: #D8B95E;
}
.AnyTagClassName
{
color: #D8B95E;
}
</style>
background-color css
<style>
a { background-color: #D8B95E; }
a { background-color: rgb(216,185,94); }
div.DivClassName
{
background-color: #D8B95E;
}
.BgClassName
{
background-color: #D8B95E;
}
</style>
border-color css
<style>
span { border-color: #D8B95E; }
span { border-color: rgb(216,185,94); }
td.TdClassName
{
border-color: #D8B95E;
}
.TagClassName
{
border-color: #D8B95E;
}
</style>