Shades of Tacha #D6C360
Tints of Tacha #D6C360
RGB
CMYK
RGB Variations
Color information
#D6C360 (or 0xD6C360) is known color: Tacha. HEX triplet: D6, C3 and 60. RGB value is (214,195,96). Sum of RGB (Red+Green+Blue) = 214+195+96=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 96 (37.89% from 255 or 19.01% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C360 is #293C9F. Grayscale: #BDBDBD. Windows color (decimal): -2702496 or 6341590. OLE color: 6341590.
HSL color Cylindrical-coordinate representation of color #D6C360: hue angle of 50.34º 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 #D6C360 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 96 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.16 |
| HSL | 50.34º | 0.59% | 0.61% | - |
| HSV(B) | 50.34º | 0.55% | 0.84% | - |
| XYZ | 49.36 | 54.17 | 18.92 | - |
| YUV | 189.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 96 | 0 | 0.09 | 0.55 | 0.16 | 50.34 | 0.59 | 0.61 |
| Hex | D6 | C3 | 60 | 0 | 9 | 37 | 10 | 32 | 3B | 3D |
| Octal | 326 | 303 | 140 | 0 | 11 | 67 | 20 | 62 | 73 | 75 |
| Binary | 11010110 | 11000011 | 1100000 | 0 | 1001 | 110111 | 10000 | 110010 | 111011 | 111101 |
Color Harmonies of #D6C360
Complementary color
Monochromatic Colors of #D6C360
Black with #D6C360
Text Example
Text Example
White with #D6C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C360; }
p { color: rgb(214,195,96); }
H1.HeaderClassName
{
color: #D6C360;
}
.AnyTagClassName
{
color: #D6C360;
}
</style>
background-color css
<style>
a { background-color: #D6C360; }
a { background-color: rgb(214,195,96); }
div.DivClassName
{
background-color: #D6C360;
}
.BgClassName
{
background-color: #D6C360;
}
</style>
border-color css
<style>
span { border-color: #D6C360; }
span { border-color: rgb(214,195,96); }
td.TdClassName
{
border-color: #D6C360;
}
.TagClassName
{
border-color: #D6C360;
}
</style>