Shades of Tacha #D8C65D
Tints of Tacha #D8C65D
RGB
CMYK
RGB Variations
Color information
#D8C65D (or 0xD8C65D) is known color: Tacha. HEX triplet: D8, C6 and 5D. RGB value is (216,198,93). Sum of RGB (Red+Green+Blue) = 216+198+93=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 198 (77.73% from 255 or 39.05% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C65D is #2739A2. Grayscale: #BFBFBF. Windows color (decimal): -2570659 or 6145752. OLE color: 6145752.
HSL color Cylindrical-coordinate representation of color #D8C65D: hue angle of 51.22º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8C65D is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 93 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.15 |
| HSL | 51.22º | 0.61% | 0.61% | - |
| HSV(B) | 51.22º | 0.57% | 0.85% | - |
| XYZ | 50.49 | 55.78 | 18.46 | - |
| YUV | 191.41 | 72.46 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 93 | 0 | 0.08 | 0.57 | 0.15 | 51.22 | 0.61 | 0.61 |
| Hex | D8 | C6 | 5D | 0 | 8 | 39 | F | 33 | 3D | 3D |
| Octal | 330 | 306 | 135 | 0 | 10 | 71 | 17 | 63 | 75 | 75 |
| Binary | 11011000 | 11000110 | 1011101 | 0 | 1000 | 111001 | 1111 | 110011 | 111101 | 111101 |
Color Harmonies of #D8C65D
Complementary color
Monochromatic Colors of #D8C65D
Black with #D8C65D
Text Example
Text Example
White with #D8C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C65D; }
p { color: rgb(216,198,93); }
H1.HeaderClassName
{
color: #D8C65D;
}
.AnyTagClassName
{
color: #D8C65D;
}
</style>
background-color css
<style>
a { background-color: #D8C65D; }
a { background-color: rgb(216,198,93); }
div.DivClassName
{
background-color: #D8C65D;
}
.BgClassName
{
background-color: #D8C65D;
}
</style>
border-color css
<style>
span { border-color: #D8C65D; }
span { border-color: rgb(216,198,93); }
td.TdClassName
{
border-color: #D8C65D;
}
.TagClassName
{
border-color: #D8C65D;
}
</style>