Shades of Tacha #D9C05D
Tints of Tacha #D9C05D
RGB
CMYK
RGB Variations
Color information
#D9C05D (or 0xD9C05D) is known color: Tacha. HEX triplet: D9, C0 and 5D. RGB value is (217,192,93). Sum of RGB (Red+Green+Blue) = 217+192+93=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C05D is #263FA2. Grayscale: #BCBCBC. Windows color (decimal): -2506659 or 6144217. OLE color: 6144217.
HSL color Cylindrical-coordinate representation of color #D9C05D: hue angle of 47.9º 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 #D9C05D is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 93 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.15 |
| HSL | 47.9º | 0.62% | 0.61% | - |
| HSV(B) | 47.9º | 0.57% | 0.85% | - |
| XYZ | 49.44 | 53.24 | 18.03 | - |
| YUV | 188.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 93 | 0 | 0.12 | 0.57 | 0.15 | 47.9 | 0.62 | 0.61 |
| Hex | D9 | C0 | 5D | 0 | C | 39 | F | 30 | 3E | 3D |
| Octal | 331 | 300 | 135 | 0 | 14 | 71 | 17 | 60 | 76 | 75 |
| Binary | 11011001 | 11000000 | 1011101 | 0 | 1100 | 111001 | 1111 | 110000 | 111110 | 111101 |
Color Harmonies of #D9C05D
Complementary color
Monochromatic Colors of #D9C05D
Black with #D9C05D
Text Example
Text Example
White with #D9C05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C05D; }
p { color: rgb(217,192,93); }
H1.HeaderClassName
{
color: #D9C05D;
}
.AnyTagClassName
{
color: #D9C05D;
}
</style>
background-color css
<style>
a { background-color: #D9C05D; }
a { background-color: rgb(217,192,93); }
div.DivClassName
{
background-color: #D9C05D;
}
.BgClassName
{
background-color: #D9C05D;
}
</style>
border-color css
<style>
span { border-color: #D9C05D; }
span { border-color: rgb(217,192,93); }
td.TdClassName
{
border-color: #D9C05D;
}
.TagClassName
{
border-color: #D9C05D;
}
</style>