Shades of Tacha #D6C162
Tints of Tacha #D6C162
RGB
CMYK
RGB Variations
Color information
#D6C162 (or 0xD6C162) is known color: Tacha. HEX triplet: D6, C1 and 62. RGB value is (214,193,98). Sum of RGB (Red+Green+Blue) = 214+193+98=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 98 (38.67% from 255 or 19.41% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C162 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C162 is #293E9D. Grayscale: #BCBCBC. Windows color (decimal): -2703006 or 6472150. OLE color: 6472150.
HSL color Cylindrical-coordinate representation of color #D6C162: hue angle of 49.14º degrees, saturation: 0.59, 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 #D6C162 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 98 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.16 |
| HSL | 49.14º | 0.59% | 0.61% | - |
| HSV(B) | 49.14º | 0.54% | 0.84% | - |
| XYZ | 49.01 | 53.32 | 19.26 | - |
| YUV | 188.45 | 76.96 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 98 | 0 | 0.10 | 0.54 | 0.16 | 49.14 | 0.59 | 0.61 |
| Hex | D6 | C1 | 62 | 0 | A | 36 | 10 | 31 | 3B | 3D |
| Octal | 326 | 301 | 142 | 0 | 12 | 66 | 20 | 61 | 73 | 75 |
| Binary | 11010110 | 11000001 | 1100010 | 0 | 1010 | 110110 | 10000 | 110001 | 111011 | 111101 |
Color Harmonies of #D6C162
Complementary color
Monochromatic Colors of #D6C162
Black with #D6C162
Text Example
Text Example
White with #D6C162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C162; }
p { color: rgb(214,193,98); }
H1.HeaderClassName
{
color: #D6C162;
}
.AnyTagClassName
{
color: #D6C162;
}
</style>
background-color css
<style>
a { background-color: #D6C162; }
a { background-color: rgb(214,193,98); }
div.DivClassName
{
background-color: #D6C162;
}
.BgClassName
{
background-color: #D6C162;
}
</style>
border-color css
<style>
span { border-color: #D6C162; }
span { border-color: rgb(214,193,98); }
td.TdClassName
{
border-color: #D6C162;
}
.TagClassName
{
border-color: #D6C162;
}
</style>