Shades of Tacha #D8B953
Tints of Tacha #D8B953
RGB
CMYK
RGB Variations
Color information
#D8B953 (or 0xD8B953) is known color: Tacha. HEX triplet: D8, B9 and 53. RGB value is (216,185,83). Sum of RGB (Red+Green+Blue) = 216+185+83=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 83 (32.81% from 255 or 17.15% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B953 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B953 is #2746AC. Grayscale: #B7B7B7. Windows color (decimal): -2573997 or 5487064. OLE color: 5487064.
HSL color Cylindrical-coordinate representation of color #D8B953: hue angle of 46.02º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8B953 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 185 | 83 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.15 |
| HSL | 46.02º | 0.63% | 0.59% | - |
| HSV(B) | 46.02º | 0.62% | 0.85% | - |
| XYZ | 47.23 | 49.92 | 15.33 | - |
| YUV | 182.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 185 | 83 | 0 | 0.14 | 0.62 | 0.15 | 46.02 | 0.63 | 0.59 |
| Hex | D8 | B9 | 53 | 0 | E | 3E | F | 2E | 3F | 3B |
| Octal | 330 | 271 | 123 | 0 | 16 | 76 | 17 | 56 | 77 | 73 |
| Binary | 11011000 | 10111001 | 1010011 | 0 | 1110 | 111110 | 1111 | 101110 | 111111 | 111011 |
Color Harmonies of #D8B953
Complementary color
Monochromatic Colors of #D8B953
Black with #D8B953
Text Example
Text Example
White with #D8B953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B953; }
p { color: rgb(216,185,83); }
H1.HeaderClassName
{
color: #D8B953;
}
.AnyTagClassName
{
color: #D8B953;
}
</style>
background-color css
<style>
a { background-color: #D8B953; }
a { background-color: rgb(216,185,83); }
div.DivClassName
{
background-color: #D8B953;
}
.BgClassName
{
background-color: #D8B953;
}
</style>
border-color css
<style>
span { border-color: #D8B953; }
span { border-color: rgb(216,185,83); }
td.TdClassName
{
border-color: #D8B953;
}
.TagClassName
{
border-color: #D8B953;
}
</style>