Shades of Tacha #D9C55A
Tints of Tacha #D9C55A
RGB
CMYK
RGB Variations
Color information
#D9C55A (or 0xD9C55A) is known color: Tacha. HEX triplet: D9, C5 and 5A. RGB value is (217,197,90). Sum of RGB (Red+Green+Blue) = 217+197+90=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 197 (77.34% from 255 or 39.09% from 504); Blue value is 90 (35.55% from 255 or 17.86% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C55A is #263AA5. Grayscale: #BFBFBF. Windows color (decimal): -2505382 or 5948889. OLE color: 5948889.
HSL color Cylindrical-coordinate representation of color #D9C55A: hue angle of 50.55º 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 #D9C55A is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 197 | 90 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.15 |
| HSL | 50.55º | 0.63% | 0.6% | - |
| HSV(B) | 50.55º | 0.59% | 0.85% | - |
| XYZ | 50.43 | 55.42 | 17.71 | - |
| YUV | 190.78 | 71.13 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 197 | 90 | 0 | 0.09 | 0.59 | 0.15 | 50.55 | 0.63 | 0.6 |
| Hex | D9 | C5 | 5A | 0 | 9 | 3B | F | 33 | 3F | 3C |
| Octal | 331 | 305 | 132 | 0 | 11 | 73 | 17 | 63 | 77 | 74 |
| Binary | 11011001 | 11000101 | 1011010 | 0 | 1001 | 111011 | 1111 | 110011 | 111111 | 111100 |
Color Harmonies of #D9C55A
Complementary color
Monochromatic Colors of #D9C55A
Black with #D9C55A
Text Example
Text Example
White with #D9C55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C55A; }
p { color: rgb(217,197,90); }
H1.HeaderClassName
{
color: #D9C55A;
}
.AnyTagClassName
{
color: #D9C55A;
}
</style>
background-color css
<style>
a { background-color: #D9C55A; }
a { background-color: rgb(217,197,90); }
div.DivClassName
{
background-color: #D9C55A;
}
.BgClassName
{
background-color: #D9C55A;
}
</style>
border-color css
<style>
span { border-color: #D9C55A; }
span { border-color: rgb(217,197,90); }
td.TdClassName
{
border-color: #D9C55A;
}
.TagClassName
{
border-color: #D9C55A;
}
</style>