Shades of Tacha #D5C162
Tints of Tacha #D5C162
RGB
CMYK
RGB Variations
Color information
#D5C162 (or 0xD5C162) is known color: Tacha. HEX triplet: D5, C1 and 62. RGB value is (213,193,98). Sum of RGB (Red+Green+Blue) = 213+193+98=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 193 (75.78% from 255 or 38.29% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C162 is #2A3E9D. Grayscale: #BCBCBC. Windows color (decimal): -2768542 or 6472149. OLE color: 6472149.
HSL color Cylindrical-coordinate representation of color #D5C162: hue angle of 49.57º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5C162 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 98 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.16 |
| HSL | 49.57º | 0.58% | 0.61% | - |
| HSV(B) | 49.57º | 0.54% | 0.84% | - |
| XYZ | 48.72 | 53.17 | 19.25 | - |
| YUV | 188.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 98 | 0 | 0.09 | 0.54 | 0.16 | 49.57 | 0.58 | 0.61 |
| Hex | D5 | C1 | 62 | 0 | 9 | 36 | 10 | 32 | 3A | 3D |
| Octal | 325 | 301 | 142 | 0 | 11 | 66 | 20 | 62 | 72 | 75 |
| Binary | 11010101 | 11000001 | 1100010 | 0 | 1001 | 110110 | 10000 | 110010 | 111010 | 111101 |
Color Harmonies of #D5C162
Complementary color
Monochromatic Colors of #D5C162
Black with #D5C162
Text Example
Text Example
White with #D5C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C162; }
p { color: rgb(213,193,98); }
H1.HeaderClassName
{
color: #D5C162;
}
.AnyTagClassName
{
color: #D5C162;
}
</style>
background-color css
<style>
a { background-color: #D5C162; }
a { background-color: rgb(213,193,98); }
div.DivClassName
{
background-color: #D5C162;
}
.BgClassName
{
background-color: #D5C162;
}
</style>
border-color css
<style>
span { border-color: #D5C162; }
span { border-color: rgb(213,193,98); }
td.TdClassName
{
border-color: #D5C162;
}
.TagClassName
{
border-color: #D5C162;
}
</style>