Shades of Tacha #D7C361
Tints of Tacha #D7C361
RGB
CMYK
RGB Variations
Color information
#D7C361 (or 0xD7C361) is known color: Tacha. HEX triplet: D7, C3 and 61. RGB value is (215,195,97). Sum of RGB (Red+Green+Blue) = 215+195+97=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 97 (38.28% from 255 or 19.13% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C361 is #283C9E. Grayscale: #BEBEBE. Windows color (decimal): -2636959 or 6407127. OLE color: 6407127.
HSL color Cylindrical-coordinate representation of color #D7C361: hue angle of 49.83º degrees, saturation: 0.6, 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 #D7C361 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 97 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.16 |
| HSL | 49.83º | 0.6% | 0.61% | - |
| HSV(B) | 49.83º | 0.55% | 0.84% | - |
| XYZ | 49.7 | 54.34 | 19.18 | - |
| YUV | 189.81 | 75.63 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 97 | 0 | 0.09 | 0.55 | 0.16 | 49.83 | 0.6 | 0.61 |
| Hex | D7 | C3 | 61 | 0 | 9 | 37 | 10 | 32 | 3C | 3D |
| Octal | 327 | 303 | 141 | 0 | 11 | 67 | 20 | 62 | 74 | 75 |
| Binary | 11010111 | 11000011 | 1100001 | 0 | 1001 | 110111 | 10000 | 110010 | 111100 | 111101 |
Color Harmonies of #D7C361
Complementary color
Monochromatic Colors of #D7C361
Black with #D7C361
Text Example
Text Example
White with #D7C361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C361; }
p { color: rgb(215,195,97); }
H1.HeaderClassName
{
color: #D7C361;
}
.AnyTagClassName
{
color: #D7C361;
}
</style>
background-color css
<style>
a { background-color: #D7C361; }
a { background-color: rgb(215,195,97); }
div.DivClassName
{
background-color: #D7C361;
}
.BgClassName
{
background-color: #D7C361;
}
</style>
border-color css
<style>
span { border-color: #D7C361; }
span { border-color: rgb(215,195,97); }
td.TdClassName
{
border-color: #D7C361;
}
.TagClassName
{
border-color: #D7C361;
}
</style>