Shades of Tacha #D9C155
Tints of Tacha #D9C155
RGB
CMYK
RGB Variations
Color information
#D9C155 (or 0xD9C155) is known color: Tacha. HEX triplet: D9, C1 and 55. RGB value is (217,193,85). Sum of RGB (Red+Green+Blue) = 217+193+85=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C155 is #263EAA. Grayscale: #BCBCBC. Windows color (decimal): -2506411 or 5620185. OLE color: 5620185.
HSL color Cylindrical-coordinate representation of color #D9C155: hue angle of 49.09º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9C155 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 193 | 85 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.15 |
| HSL | 49.09º | 0.63% | 0.59% | - |
| HSV(B) | 49.09º | 0.61% | 0.85% | - |
| XYZ | 49.32 | 53.55 | 16.33 | - |
| YUV | 187.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 193 | 85 | 0 | 0.11 | 0.61 | 0.15 | 49.09 | 0.63 | 0.59 |
| Hex | D9 | C1 | 55 | 0 | B | 3D | F | 31 | 3F | 3B |
| Octal | 331 | 301 | 125 | 0 | 13 | 75 | 17 | 61 | 77 | 73 |
| Binary | 11011001 | 11000001 | 1010101 | 0 | 1011 | 111101 | 1111 | 110001 | 111111 | 111011 |
Color Harmonies of #D9C155
Complementary color
Monochromatic Colors of #D9C155
Black with #D9C155
Text Example
Text Example
White with #D9C155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C155; }
p { color: rgb(217,193,85); }
H1.HeaderClassName
{
color: #D9C155;
}
.AnyTagClassName
{
color: #D9C155;
}
</style>
background-color css
<style>
a { background-color: #D9C155; }
a { background-color: rgb(217,193,85); }
div.DivClassName
{
background-color: #D9C155;
}
.BgClassName
{
background-color: #D9C155;
}
</style>
border-color css
<style>
span { border-color: #D9C155; }
span { border-color: rgb(217,193,85); }
td.TdClassName
{
border-color: #D9C155;
}
.TagClassName
{
border-color: #D9C155;
}
</style>