Shades of Tacha #D8C75C
Tints of Tacha #D8C75C
RGB
CMYK
RGB Variations
Color information
#D8C75C (or 0xD8C75C) is known color: Tacha. HEX triplet: D8, C7 and 5C. RGB value is (216,199,92). Sum of RGB (Red+Green+Blue) = 216+199+92=507 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.60% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C75C is #2738A3. Grayscale: #C0C0C0. Windows color (decimal): -2570404 or 6080472. OLE color: 6080472.
HSL color Cylindrical-coordinate representation of color #D8C75C: hue angle of 51.77º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D8C75C is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 199 | 92 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.15 |
| HSL | 51.77º | 0.61% | 0.6% | - |
| HSV(B) | 51.77º | 0.57% | 0.85% | - |
| XYZ | 50.67 | 56.22 | 18.31 | - |
| YUV | 191.89 | 71.63 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 199 | 92 | 0 | 0.08 | 0.57 | 0.15 | 51.77 | 0.61 | 0.6 |
| Hex | D8 | C7 | 5C | 0 | 8 | 39 | F | 34 | 3D | 3C |
| Octal | 330 | 307 | 134 | 0 | 10 | 71 | 17 | 64 | 75 | 74 |
| Binary | 11011000 | 11000111 | 1011100 | 0 | 1000 | 111001 | 1111 | 110100 | 111101 | 111100 |
Color Harmonies of #D8C75C
Complementary color
Monochromatic Colors of #D8C75C
Black with #D8C75C
Text Example
Text Example
White with #D8C75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C75C; }
p { color: rgb(216,199,92); }
H1.HeaderClassName
{
color: #D8C75C;
}
.AnyTagClassName
{
color: #D8C75C;
}
</style>
background-color css
<style>
a { background-color: #D8C75C; }
a { background-color: rgb(216,199,92); }
div.DivClassName
{
background-color: #D8C75C;
}
.BgClassName
{
background-color: #D8C75C;
}
</style>
border-color css
<style>
span { border-color: #D8C75C; }
span { border-color: rgb(216,199,92); }
td.TdClassName
{
border-color: #D8C75C;
}
.TagClassName
{
border-color: #D8C75C;
}
</style>