Shades of Tacha #D8C456
Tints of Tacha #D8C456
RGB
CMYK
RGB Variations
Color information
#D8C456 (or 0xD8C456) is known color: Tacha. HEX triplet: D8, C4 and 56. RGB value is (216,196,86). Sum of RGB (Red+Green+Blue) = 216+196+86=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 86 (33.98% from 255 or 17.27% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C456 is #273BA9. Grayscale: #BDBDBD. Windows color (decimal): -2571178 or 5686488. OLE color: 5686488.
HSL color Cylindrical-coordinate representation of color #D8C456: hue angle of 50.77º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8C456 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 196 | 86 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.15 |
| HSL | 50.77º | 0.63% | 0.59% | - |
| HSV(B) | 50.77º | 0.6% | 0.85% | - |
| XYZ | 49.74 | 54.75 | 16.75 | - |
| YUV | 189.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 196 | 86 | 0 | 0.09 | 0.60 | 0.15 | 50.77 | 0.63 | 0.59 |
| Hex | D8 | C4 | 56 | 0 | 9 | 3C | F | 33 | 3E | 3B |
| Octal | 330 | 304 | 126 | 0 | 11 | 74 | 17 | 63 | 76 | 73 |
| Binary | 11011000 | 11000100 | 1010110 | 0 | 1001 | 111100 | 1111 | 110011 | 111110 | 111011 |
Color Harmonies of #D8C456
Complementary color
Monochromatic Colors of #D8C456
Black with #D8C456
Text Example
Text Example
White with #D8C456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C456; }
p { color: rgb(216,196,86); }
H1.HeaderClassName
{
color: #D8C456;
}
.AnyTagClassName
{
color: #D8C456;
}
</style>
background-color css
<style>
a { background-color: #D8C456; }
a { background-color: rgb(216,196,86); }
div.DivClassName
{
background-color: #D8C456;
}
.BgClassName
{
background-color: #D8C456;
}
</style>
border-color css
<style>
span { border-color: #D8C456; }
span { border-color: rgb(216,196,86); }
td.TdClassName
{
border-color: #D8C456;
}
.TagClassName
{
border-color: #D8C456;
}
</style>