Shades of Tacha #D7C360
Tints of Tacha #D7C360
RGB
CMYK
RGB Variations
Color information
#D7C360 (or 0xD7C360) is known color: Tacha. HEX triplet: D7, C3 and 60. RGB value is (215,195,96). Sum of RGB (Red+Green+Blue) = 215+195+96=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 96 (37.89% from 255 or 18.97% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C360 is #283C9F. Grayscale: #BEBEBE. Windows color (decimal): -2636960 or 6341591. OLE color: 6341591.
HSL color Cylindrical-coordinate representation of color #D7C360: hue angle of 49.92º 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 #D7C360 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 96 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.16 |
| HSL | 49.92º | 0.6% | 0.61% | - |
| HSV(B) | 49.92º | 0.55% | 0.84% | - |
| XYZ | 49.65 | 54.32 | 18.93 | - |
| YUV | 189.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 96 | 0 | 0.09 | 0.55 | 0.16 | 49.92 | 0.6 | 0.61 |
| Hex | D7 | C3 | 60 | 0 | 9 | 37 | 10 | 32 | 3C | 3D |
| Octal | 327 | 303 | 140 | 0 | 11 | 67 | 20 | 62 | 74 | 75 |
| Binary | 11010111 | 11000011 | 1100000 | 0 | 1001 | 110111 | 10000 | 110010 | 111100 | 111101 |
Color Harmonies of #D7C360
Complementary color
Monochromatic Colors of #D7C360
Black with #D7C360
Text Example
Text Example
White with #D7C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C360; }
p { color: rgb(215,195,96); }
H1.HeaderClassName
{
color: #D7C360;
}
.AnyTagClassName
{
color: #D7C360;
}
</style>
background-color css
<style>
a { background-color: #D7C360; }
a { background-color: rgb(215,195,96); }
div.DivClassName
{
background-color: #D7C360;
}
.BgClassName
{
background-color: #D7C360;
}
</style>
border-color css
<style>
span { border-color: #D7C360; }
span { border-color: rgb(215,195,96); }
td.TdClassName
{
border-color: #D7C360;
}
.TagClassName
{
border-color: #D7C360;
}
</style>