Shades of Tacha #D6C460
Tints of Tacha #D6C460
RGB
CMYK
RGB Variations
Color information
#D6C460 (or 0xD6C460) is known color: Tacha. HEX triplet: D6, C4 and 60. RGB value is (214,196,96). Sum of RGB (Red+Green+Blue) = 214+196+96=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 196 (76.95% from 255 or 38.74% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C460 is #293B9F. Grayscale: #BEBEBE. Windows color (decimal): -2702240 or 6341846. OLE color: 6341846.
HSL color Cylindrical-coordinate representation of color #D6C460: hue angle of 50.85º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6C460 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 196 | 96 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.16 |
| HSL | 50.85º | 0.59% | 0.61% | - |
| HSV(B) | 50.85º | 0.55% | 0.84% | - |
| XYZ | 49.58 | 54.62 | 19 | - |
| YUV | 189.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 196 | 96 | 0 | 0.08 | 0.55 | 0.16 | 50.85 | 0.59 | 0.61 |
| Hex | D6 | C4 | 60 | 0 | 8 | 37 | 10 | 33 | 3B | 3D |
| Octal | 326 | 304 | 140 | 0 | 10 | 67 | 20 | 63 | 73 | 75 |
| Binary | 11010110 | 11000100 | 1100000 | 0 | 1000 | 110111 | 10000 | 110011 | 111011 | 111101 |
Color Harmonies of #D6C460
Complementary color
Monochromatic Colors of #D6C460
Black with #D6C460
Text Example
Text Example
White with #D6C460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C460; }
p { color: rgb(214,196,96); }
H1.HeaderClassName
{
color: #D6C460;
}
.AnyTagClassName
{
color: #D6C460;
}
</style>
background-color css
<style>
a { background-color: #D6C460; }
a { background-color: rgb(214,196,96); }
div.DivClassName
{
background-color: #D6C460;
}
.BgClassName
{
background-color: #D6C460;
}
</style>
border-color css
<style>
span { border-color: #D6C460; }
span { border-color: rgb(214,196,96); }
td.TdClassName
{
border-color: #D6C460;
}
.TagClassName
{
border-color: #D6C460;
}
</style>