Shades of Tacha #D9C95A
Tints of Tacha #D9C95A
RGB
CMYK
RGB Variations
Color information
#D9C95A (or 0xD9C95A) is known color: Tacha. HEX triplet: D9, C9 and 5A. RGB value is (217,201,90). Sum of RGB (Red+Green+Blue) = 217+201+90=508 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.72% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 90 (35.55% from 255 or 17.72% from 508); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C95A is #2636A5. Grayscale: #C1C1C1. Windows color (decimal): -2504358 or 5949913. OLE color: 5949913.
HSL color Cylindrical-coordinate representation of color #D9C95A: hue angle of 52.44º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D9C95A is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 201 | 90 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.15 |
| HSL | 52.44º | 0.63% | 0.6% | - |
| HSV(B) | 52.44º | 0.59% | 0.85% | - |
| XYZ | 51.35 | 57.26 | 18.02 | - |
| YUV | 193.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 201 | 90 | 0 | 0.07 | 0.59 | 0.15 | 52.44 | 0.63 | 0.6 |
| Hex | D9 | C9 | 5A | 0 | 7 | 3B | F | 34 | 3F | 3C |
| Octal | 331 | 311 | 132 | 0 | 7 | 73 | 17 | 64 | 77 | 74 |
| Binary | 11011001 | 11001001 | 1011010 | 0 | 111 | 111011 | 1111 | 110100 | 111111 | 111100 |
Color Harmonies of #D9C95A
Complementary color
Monochromatic Colors of #D9C95A
Black with #D9C95A
Text Example
Text Example
White with #D9C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C95A; }
p { color: rgb(217,201,90); }
H1.HeaderClassName
{
color: #D9C95A;
}
.AnyTagClassName
{
color: #D9C95A;
}
</style>
background-color css
<style>
a { background-color: #D9C95A; }
a { background-color: rgb(217,201,90); }
div.DivClassName
{
background-color: #D9C95A;
}
.BgClassName
{
background-color: #D9C95A;
}
</style>
border-color css
<style>
span { border-color: #D9C95A; }
span { border-color: rgb(217,201,90); }
td.TdClassName
{
border-color: #D9C95A;
}
.TagClassName
{
border-color: #D9C95A;
}
</style>