Shades of Tacha #D2C45B
Tints of Tacha #D2C45B
RGB
CMYK
RGB Variations
Color information
#D2C45B (or 0xD2C45B) is known color: Tacha. HEX triplet: D2, C4 and 5B. RGB value is (210,196,91). Sum of RGB (Red+Green+Blue) = 210+196+91=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C45B is #2D3BA4. Grayscale: #BCBCBC. Windows color (decimal): -2964389 or 6014162. OLE color: 6014162.
HSL color Cylindrical-coordinate representation of color #D2C45B: hue angle of 52.94º 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 #D2C45B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 91 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.18 |
| HSL | 52.94º | 0.57% | 0.59% | - |
| HSV(B) | 52.94º | 0.57% | 0.82% | - |
| XYZ | 48.21 | 53.94 | 17.77 | - |
| YUV | 188.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 91 | 0 | 0.07 | 0.57 | 0.18 | 52.94 | 0.57 | 0.59 |
| Hex | D2 | C4 | 5B | 0 | 7 | 39 | 12 | 35 | 39 | 3B |
| Octal | 322 | 304 | 133 | 0 | 7 | 71 | 22 | 65 | 71 | 73 |
| Binary | 11010010 | 11000100 | 1011011 | 0 | 111 | 111001 | 10010 | 110101 | 111001 | 111011 |
Color Harmonies of #D2C45B
Complementary color
Monochromatic Colors of #D2C45B
Black with #D2C45B
Text Example
Text Example
White with #D2C45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C45B; }
p { color: rgb(210,196,91); }
H1.HeaderClassName
{
color: #D2C45B;
}
.AnyTagClassName
{
color: #D2C45B;
}
</style>
background-color css
<style>
a { background-color: #D2C45B; }
a { background-color: rgb(210,196,91); }
div.DivClassName
{
background-color: #D2C45B;
}
.BgClassName
{
background-color: #D2C45B;
}
</style>
border-color css
<style>
span { border-color: #D2C45B; }
span { border-color: rgb(210,196,91); }
td.TdClassName
{
border-color: #D2C45B;
}
.TagClassName
{
border-color: #D2C45B;
}
</style>