Shades of Tacha #D9C55E
Tints of Tacha #D9C55E
RGB
CMYK
RGB Variations
Color information
#D9C55E (or 0xD9C55E) is known color: Tacha. HEX triplet: D9, C5 and 5E. RGB value is (217,197,94). Sum of RGB (Red+Green+Blue) = 217+197+94=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 197 (77.34% from 255 or 38.78% from 508); Blue value is 94 (37.11% from 255 or 18.50% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C55E is #263AA1. Grayscale: #BFBFBF. Windows color (decimal): -2505378 or 6211033. OLE color: 6211033.
HSL color Cylindrical-coordinate representation of color #D9C55E: hue angle of 50.24º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9C55E is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 94 | - |
| CMYK | 0 | 0.09 | 0.57 | 0.15 |
| HSL | 50.24º | 0.62% | 0.61% | - |
| HSV(B) | 50.24º | 0.57% | 0.85% | - |
| XYZ | 50.6 | 55.49 | 18.63 | - |
| YUV | 191.24 | 73.13 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 94 | 0 | 0.09 | 0.57 | 0.15 | 50.24 | 0.62 | 0.61 |
| Hex | D9 | C5 | 5E | 0 | 9 | 39 | F | 32 | 3E | 3D |
| Octal | 331 | 305 | 136 | 0 | 11 | 71 | 17 | 62 | 76 | 75 |
| Binary | 11011001 | 11000101 | 1011110 | 0 | 1001 | 111001 | 1111 | 110010 | 111110 | 111101 |
Color Harmonies of #D9C55E
Complementary color
Monochromatic Colors of #D9C55E
Black with #D9C55E
Text Example
Text Example
White with #D9C55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C55E; }
p { color: rgb(217,197,94); }
H1.HeaderClassName
{
color: #D9C55E;
}
.AnyTagClassName
{
color: #D9C55E;
}
</style>
background-color css
<style>
a { background-color: #D9C55E; }
a { background-color: rgb(217,197,94); }
div.DivClassName
{
background-color: #D9C55E;
}
.BgClassName
{
background-color: #D9C55E;
}
</style>
border-color css
<style>
span { border-color: #D9C55E; }
span { border-color: rgb(217,197,94); }
td.TdClassName
{
border-color: #D9C55E;
}
.TagClassName
{
border-color: #D9C55E;
}
</style>