Shades of Tacha #D2C35A
Tints of Tacha #D2C35A
RGB
CMYK
RGB Variations
Color information
#D2C35A (or 0xD2C35A) is known color: Tacha. HEX triplet: D2, C3 and 5A. RGB value is (210,195,90). Sum of RGB (Red+Green+Blue) = 210+195+90=495 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.42% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C35A is #2D3CA5. Grayscale: #BBBBBB. Windows color (decimal): -2964646 or 5948370. OLE color: 5948370.
HSL color Cylindrical-coordinate representation of color #D2C35A: hue angle of 52.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D2C35A is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 90 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.18 |
| HSL | 52.5º | 0.57% | 0.59% | - |
| HSV(B) | 52.5º | 0.57% | 0.82% | - |
| XYZ | 47.94 | 53.47 | 17.47 | - |
| YUV | 187.52 | 72.97 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 90 | 0 | 0.07 | 0.57 | 0.18 | 52.5 | 0.57 | 0.59 |
| Hex | D2 | C3 | 5A | 0 | 7 | 39 | 12 | 34 | 39 | 3B |
| Octal | 322 | 303 | 132 | 0 | 7 | 71 | 22 | 64 | 71 | 73 |
| Binary | 11010010 | 11000011 | 1011010 | 0 | 111 | 111001 | 10010 | 110100 | 111001 | 111011 |
Color Harmonies of #D2C35A
Complementary color
Monochromatic Colors of #D2C35A
Black with #D2C35A
Text Example
Text Example
White with #D2C35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C35A; }
p { color: rgb(210,195,90); }
H1.HeaderClassName
{
color: #D2C35A;
}
.AnyTagClassName
{
color: #D2C35A;
}
</style>
background-color css
<style>
a { background-color: #D2C35A; }
a { background-color: rgb(210,195,90); }
div.DivClassName
{
background-color: #D2C35A;
}
.BgClassName
{
background-color: #D2C35A;
}
</style>
border-color css
<style>
span { border-color: #D2C35A; }
span { border-color: rgb(210,195,90); }
td.TdClassName
{
border-color: #D2C35A;
}
.TagClassName
{
border-color: #D2C35A;
}
</style>