Shades of Tacha #D8C061
Tints of Tacha #D8C061
RGB
CMYK
RGB Variations
Color information
#D8C061 (or 0xD8C061) is known color: Tacha. HEX triplet: D8, C0 and 61. RGB value is (216,192,97). Sum of RGB (Red+Green+Blue) = 216+192+97=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 97 (38.28% from 255 or 19.21% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C061 is #273F9E. Grayscale: #BCBCBC. Windows color (decimal): -2572191 or 6406360. OLE color: 6406360.
HSL color Cylindrical-coordinate representation of color #D8C061: hue angle of 47.9º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D8C061 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 97 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.15 |
| HSL | 47.9º | 0.6% | 0.61% | - |
| HSV(B) | 47.9º | 0.55% | 0.85% | - |
| XYZ | 49.33 | 53.16 | 18.97 | - |
| YUV | 188.35 | 76.45 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 97 | 0 | 0.11 | 0.55 | 0.15 | 47.9 | 0.6 | 0.61 |
| Hex | D8 | C0 | 61 | 0 | B | 37 | F | 30 | 3C | 3D |
| Octal | 330 | 300 | 141 | 0 | 13 | 67 | 17 | 60 | 74 | 75 |
| Binary | 11011000 | 11000000 | 1100001 | 0 | 1011 | 110111 | 1111 | 110000 | 111100 | 111101 |
Color Harmonies of #D8C061
Complementary color
Monochromatic Colors of #D8C061
Black with #D8C061
Text Example
Text Example
White with #D8C061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C061; }
p { color: rgb(216,192,97); }
H1.HeaderClassName
{
color: #D8C061;
}
.AnyTagClassName
{
color: #D8C061;
}
</style>
background-color css
<style>
a { background-color: #D8C061; }
a { background-color: rgb(216,192,97); }
div.DivClassName
{
background-color: #D8C061;
}
.BgClassName
{
background-color: #D8C061;
}
</style>
border-color css
<style>
span { border-color: #D8C061; }
span { border-color: rgb(216,192,97); }
td.TdClassName
{
border-color: #D8C061;
}
.TagClassName
{
border-color: #D8C061;
}
</style>