Shades of Tacha #D2C158
Tints of Tacha #D2C158
RGB
CMYK
RGB Variations
Color information
#D2C158 (or 0xD2C158) is known color: Tacha. HEX triplet: D2, C1 and 58. RGB value is (210,193,88). Sum of RGB (Red+Green+Blue) = 210+193+88=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 88 (34.77% from 255 or 17.92% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C158 is #2D3EA7. Grayscale: #BABABA. Windows color (decimal): -2965160 or 5816786. OLE color: 5816786.
HSL color Cylindrical-coordinate representation of color #D2C158: hue angle of 51.64º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D2C158 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 88 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.18 |
| HSL | 51.64º | 0.58% | 0.58% | - |
| HSV(B) | 51.64º | 0.58% | 0.82% | - |
| XYZ | 47.41 | 52.55 | 16.88 | - |
| YUV | 186.11 | 72.63 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 88 | 0 | 0.08 | 0.58 | 0.18 | 51.64 | 0.58 | 0.58 |
| Hex | D2 | C1 | 58 | 0 | 8 | 3A | 12 | 34 | 3A | 3A |
| Octal | 322 | 301 | 130 | 0 | 10 | 72 | 22 | 64 | 72 | 72 |
| Binary | 11010010 | 11000001 | 1011000 | 0 | 1000 | 111010 | 10010 | 110100 | 111010 | 111010 |
Color Harmonies of #D2C158
Complementary color
Monochromatic Colors of #D2C158
Black with #D2C158
Text Example
Text Example
White with #D2C158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C158; }
p { color: rgb(210,193,88); }
H1.HeaderClassName
{
color: #D2C158;
}
.AnyTagClassName
{
color: #D2C158;
}
</style>
background-color css
<style>
a { background-color: #D2C158; }
a { background-color: rgb(210,193,88); }
div.DivClassName
{
background-color: #D2C158;
}
.BgClassName
{
background-color: #D2C158;
}
</style>
border-color css
<style>
span { border-color: #D2C158; }
span { border-color: rgb(210,193,88); }
td.TdClassName
{
border-color: #D2C158;
}
.TagClassName
{
border-color: #D2C158;
}
</style>