Shades of Tacha #D9C056
Tints of Tacha #D9C056
RGB
CMYK
RGB Variations
Color information
#D9C056 (or 0xD9C056) is known color: Tacha. HEX triplet: D9, C0 and 56. RGB value is (217,192,86). Sum of RGB (Red+Green+Blue) = 217+192+86=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C056 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C056 is #263FA9. Grayscale: #BBBBBB. Windows color (decimal): -2506666 or 5685465. OLE color: 5685465.
HSL color Cylindrical-coordinate representation of color #D9C056: hue angle of 48.55º degrees, saturation: 0.63, 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 #D9C056 is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 86 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.15 |
| HSL | 48.55º | 0.63% | 0.59% | - |
| HSV(B) | 48.55º | 0.6% | 0.85% | - |
| XYZ | 49.14 | 53.12 | 16.47 | - |
| YUV | 187.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 86 | 0 | 0.12 | 0.60 | 0.15 | 48.55 | 0.63 | 0.59 |
| Hex | D9 | C0 | 56 | 0 | C | 3C | F | 31 | 3F | 3B |
| Octal | 331 | 300 | 126 | 0 | 14 | 74 | 17 | 61 | 77 | 73 |
| Binary | 11011001 | 11000000 | 1010110 | 0 | 1100 | 111100 | 1111 | 110001 | 111111 | 111011 |
Color Harmonies of #D9C056
Complementary color
Monochromatic Colors of #D9C056
Black with #D9C056
Text Example
Text Example
White with #D9C056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C056; }
p { color: rgb(217,192,86); }
H1.HeaderClassName
{
color: #D9C056;
}
.AnyTagClassName
{
color: #D9C056;
}
</style>
background-color css
<style>
a { background-color: #D9C056; }
a { background-color: rgb(217,192,86); }
div.DivClassName
{
background-color: #D9C056;
}
.BgClassName
{
background-color: #D9C056;
}
</style>
border-color css
<style>
span { border-color: #D9C056; }
span { border-color: rgb(217,192,86); }
td.TdClassName
{
border-color: #D9C056;
}
.TagClassName
{
border-color: #D9C056;
}
</style>