Shades of Tacha #D8C054
Tints of Tacha #D8C054
RGB
CMYK
RGB Variations
Color information
#D8C054 (or 0xD8C054) is known color: Tacha. HEX triplet: D8, C0 and 54. RGB value is (216,192,84). Sum of RGB (Red+Green+Blue) = 216+192+84=492 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.90% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 84 (33.20% from 255 or 17.07% from 492); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C054 is #273FAB. Grayscale: #BBBBBB. Windows color (decimal): -2572204 or 5554392. OLE color: 5554392.
HSL color Cylindrical-coordinate representation of color #D8C054: hue angle of 49.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D8C054 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 84 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.15 |
| HSL | 49.09º | 0.63% | 0.59% | - |
| HSV(B) | 49.09º | 0.61% | 0.85% | - |
| XYZ | 48.77 | 52.94 | 16.04 | - |
| YUV | 186.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 84 | 0 | 0.11 | 0.61 | 0.15 | 49.09 | 0.63 | 0.59 |
| Hex | D8 | C0 | 54 | 0 | B | 3D | F | 31 | 3F | 3B |
| Octal | 330 | 300 | 124 | 0 | 13 | 75 | 17 | 61 | 77 | 73 |
| Binary | 11011000 | 11000000 | 1010100 | 0 | 1011 | 111101 | 1111 | 110001 | 111111 | 111011 |
Color Harmonies of #D8C054
Complementary color
Monochromatic Colors of #D8C054
Black with #D8C054
Text Example
Text Example
White with #D8C054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C054; }
p { color: rgb(216,192,84); }
H1.HeaderClassName
{
color: #D8C054;
}
.AnyTagClassName
{
color: #D8C054;
}
</style>
background-color css
<style>
a { background-color: #D8C054; }
a { background-color: rgb(216,192,84); }
div.DivClassName
{
background-color: #D8C054;
}
.BgClassName
{
background-color: #D8C054;
}
</style>
border-color css
<style>
span { border-color: #D8C054; }
span { border-color: rgb(216,192,84); }
td.TdClassName
{
border-color: #D8C054;
}
.TagClassName
{
border-color: #D8C054;
}
</style>