Shades of Tacha #D8B758
Tints of Tacha #D8B758
RGB
CMYK
RGB Variations
Color information
#D8B758 (or 0xD8B758) is known color: Tacha. HEX triplet: D8, B7 and 58. RGB value is (216,183,88). Sum of RGB (Red+Green+Blue) = 216+183+88=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 88 (34.77% from 255 or 18.07% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B758 is #2748A7. Grayscale: #B6B6B6. Windows color (decimal): -2574504 or 5814232. OLE color: 5814232.
HSL color Cylindrical-coordinate representation of color #D8B758: hue angle of 44.53º 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 #D8B758 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 183 | 88 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.15 |
| HSL | 44.53º | 0.62% | 0.6% | - |
| HSV(B) | 44.53º | 0.59% | 0.85% | - |
| XYZ | 47.01 | 49.17 | 16.25 | - |
| YUV | 182.04 | 74.93 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 183 | 88 | 0 | 0.15 | 0.59 | 0.15 | 44.53 | 0.62 | 0.6 |
| Hex | D8 | B7 | 58 | 0 | F | 3B | F | 2D | 3E | 3C |
| Octal | 330 | 267 | 130 | 0 | 17 | 73 | 17 | 55 | 76 | 74 |
| Binary | 11011000 | 10110111 | 1011000 | 0 | 1111 | 111011 | 1111 | 101101 | 111110 | 111100 |
Color Harmonies of #D8B758
Complementary color
Monochromatic Colors of #D8B758
Black with #D8B758
Text Example
Text Example
White with #D8B758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B758; }
p { color: rgb(216,183,88); }
H1.HeaderClassName
{
color: #D8B758;
}
.AnyTagClassName
{
color: #D8B758;
}
</style>
background-color css
<style>
a { background-color: #D8B758; }
a { background-color: rgb(216,183,88); }
div.DivClassName
{
background-color: #D8B758;
}
.BgClassName
{
background-color: #D8B758;
}
</style>
border-color css
<style>
span { border-color: #D8B758; }
span { border-color: rgb(216,183,88); }
td.TdClassName
{
border-color: #D8B758;
}
.TagClassName
{
border-color: #D8B758;
}
</style>