Shades of Tacha #D6C463
Tints of Tacha #D6C463
RGB
CMYK
RGB Variations
Color information
#D6C463 (or 0xD6C463) is known color: Tacha. HEX triplet: D6, C4 and 63. RGB value is (214,196,99). Sum of RGB (Red+Green+Blue) = 214+196+99=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 99 (39.06% from 255 or 19.45% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C463 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C463 is #293B9C. Grayscale: #BEBEBE. Windows color (decimal): -2702237 or 6538454. OLE color: 6538454.
HSL color Cylindrical-coordinate representation of color #D6C463: hue angle of 50.61º 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 #D6C463 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 99 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.16 |
| HSL | 50.61º | 0.58% | 0.61% | - |
| HSV(B) | 50.61º | 0.54% | 0.84% | - |
| XYZ | 49.72 | 54.68 | 19.74 | - |
| YUV | 190.32 | 76.46 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 99 | 0 | 0.08 | 0.54 | 0.16 | 50.61 | 0.58 | 0.61 |
| Hex | D6 | C4 | 63 | 0 | 8 | 36 | 10 | 33 | 3A | 3D |
| Octal | 326 | 304 | 143 | 0 | 10 | 66 | 20 | 63 | 72 | 75 |
| Binary | 11010110 | 11000100 | 1100011 | 0 | 1000 | 110110 | 10000 | 110011 | 111010 | 111101 |
Color Harmonies of #D6C463
Complementary color
Monochromatic Colors of #D6C463
Black with #D6C463
Text Example
Text Example
White with #D6C463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C463; }
p { color: rgb(214,196,99); }
H1.HeaderClassName
{
color: #D6C463;
}
.AnyTagClassName
{
color: #D6C463;
}
</style>
background-color css
<style>
a { background-color: #D6C463; }
a { background-color: rgb(214,196,99); }
div.DivClassName
{
background-color: #D6C463;
}
.BgClassName
{
background-color: #D6C463;
}
</style>
border-color css
<style>
span { border-color: #D6C463; }
span { border-color: rgb(214,196,99); }
td.TdClassName
{
border-color: #D6C463;
}
.TagClassName
{
border-color: #D6C463;
}
</style>