Shades of Tacha #D5C360
Tints of Tacha #D5C360
RGB
CMYK
RGB Variations
Color information
#D5C360 (or 0xD5C360) is known color: Tacha. HEX triplet: D5, C3 and 60. RGB value is (213,195,96). Sum of RGB (Red+Green+Blue) = 213+195+96=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 96 (37.89% from 255 or 19.05% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C360 is #2A3C9F. Grayscale: #BDBDBD. Windows color (decimal): -2768032 or 6341589. OLE color: 6341589.
HSL color Cylindrical-coordinate representation of color #D5C360: hue angle of 50.77º degrees, saturation: 0.58, 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 #D5C360 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 195 | 96 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.16 |
| HSL | 50.77º | 0.58% | 0.61% | - |
| HSV(B) | 50.77º | 0.55% | 0.84% | - |
| XYZ | 49.07 | 54.02 | 18.91 | - |
| YUV | 189.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 195 | 96 | 0 | 0.08 | 0.55 | 0.16 | 50.77 | 0.58 | 0.61 |
| Hex | D5 | C3 | 60 | 0 | 8 | 37 | 10 | 33 | 3A | 3D |
| Octal | 325 | 303 | 140 | 0 | 10 | 67 | 20 | 63 | 72 | 75 |
| Binary | 11010101 | 11000011 | 1100000 | 0 | 1000 | 110111 | 10000 | 110011 | 111010 | 111101 |
Color Harmonies of #D5C360
Complementary color
Monochromatic Colors of #D5C360
Black with #D5C360
Text Example
Text Example
White with #D5C360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C360; }
p { color: rgb(213,195,96); }
H1.HeaderClassName
{
color: #D5C360;
}
.AnyTagClassName
{
color: #D5C360;
}
</style>
background-color css
<style>
a { background-color: #D5C360; }
a { background-color: rgb(213,195,96); }
div.DivClassName
{
background-color: #D5C360;
}
.BgClassName
{
background-color: #D5C360;
}
</style>
border-color css
<style>
span { border-color: #D5C360; }
span { border-color: rgb(213,195,96); }
td.TdClassName
{
border-color: #D5C360;
}
.TagClassName
{
border-color: #D5C360;
}
</style>