Shades of Tacha #D6C361
Tints of Tacha #D6C361
RGB
CMYK
RGB Variations
Color information
#D6C361 (or 0xD6C361) is known color: Tacha. HEX triplet: D6, C3 and 61. RGB value is (214,195,97). Sum of RGB (Red+Green+Blue) = 214+195+97=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C361 is #293C9E. Grayscale: #BDBDBD. Windows color (decimal): -2702495 or 6407126. OLE color: 6407126.
HSL color Cylindrical-coordinate representation of color #D6C361: hue angle of 50.26º 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 #D6C361 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 97 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.16 |
| HSL | 50.26º | 0.59% | 0.61% | - |
| HSV(B) | 50.26º | 0.55% | 0.84% | - |
| XYZ | 49.4 | 54.19 | 19.16 | - |
| YUV | 189.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 97 | 0 | 0.09 | 0.55 | 0.16 | 50.26 | 0.59 | 0.61 |
| Hex | D6 | C3 | 61 | 0 | 9 | 37 | 10 | 32 | 3B | 3D |
| Octal | 326 | 303 | 141 | 0 | 11 | 67 | 20 | 62 | 73 | 75 |
| Binary | 11010110 | 11000011 | 1100001 | 0 | 1001 | 110111 | 10000 | 110010 | 111011 | 111101 |
Color Harmonies of #D6C361
Complementary color
Monochromatic Colors of #D6C361
Black with #D6C361
Text Example
Text Example
White with #D6C361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C361; }
p { color: rgb(214,195,97); }
H1.HeaderClassName
{
color: #D6C361;
}
.AnyTagClassName
{
color: #D6C361;
}
</style>
background-color css
<style>
a { background-color: #D6C361; }
a { background-color: rgb(214,195,97); }
div.DivClassName
{
background-color: #D6C361;
}
.BgClassName
{
background-color: #D6C361;
}
</style>
border-color css
<style>
span { border-color: #D6C361; }
span { border-color: rgb(214,195,97); }
td.TdClassName
{
border-color: #D6C361;
}
.TagClassName
{
border-color: #D6C361;
}
</style>