Shades of Tacha #D9C15D
Tints of Tacha #D9C15D
RGB
CMYK
RGB Variations
Color information
#D9C15D (or 0xD9C15D) is known color: Tacha. HEX triplet: D9, C1 and 5D. RGB value is (217,193,93). Sum of RGB (Red+Green+Blue) = 217+193+93=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C15D is #263EA2. Grayscale: #BDBDBD. Windows color (decimal): -2506403 or 6144473. OLE color: 6144473.
HSL color Cylindrical-coordinate representation of color #D9C15D: hue angle of 48.39º 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 #D9C15D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 93 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.15 |
| HSL | 48.39º | 0.62% | 0.61% | - |
| HSV(B) | 48.39º | 0.57% | 0.85% | - |
| XYZ | 49.66 | 53.68 | 18.1 | - |
| YUV | 188.78 | 73.95 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 93 | 0 | 0.11 | 0.57 | 0.15 | 48.39 | 0.62 | 0.61 |
| Hex | D9 | C1 | 5D | 0 | B | 39 | F | 30 | 3E | 3D |
| Octal | 331 | 301 | 135 | 0 | 13 | 71 | 17 | 60 | 76 | 75 |
| Binary | 11011001 | 11000001 | 1011101 | 0 | 1011 | 111001 | 1111 | 110000 | 111110 | 111101 |
Color Harmonies of #D9C15D
Complementary color
Monochromatic Colors of #D9C15D
Black with #D9C15D
Text Example
Text Example
White with #D9C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C15D; }
p { color: rgb(217,193,93); }
H1.HeaderClassName
{
color: #D9C15D;
}
.AnyTagClassName
{
color: #D9C15D;
}
</style>
background-color css
<style>
a { background-color: #D9C15D; }
a { background-color: rgb(217,193,93); }
div.DivClassName
{
background-color: #D9C15D;
}
.BgClassName
{
background-color: #D9C15D;
}
</style>
border-color css
<style>
span { border-color: #D9C15D; }
span { border-color: rgb(217,193,93); }
td.TdClassName
{
border-color: #D9C15D;
}
.TagClassName
{
border-color: #D9C15D;
}
</style>