Shades of Tacha #D2C05C
Tints of Tacha #D2C05C
RGB
CMYK
RGB Variations
Color information
#D2C05C (or 0xD2C05C) is known color: Tacha. HEX triplet: D2, C0 and 5C. RGB value is (210,192,92). Sum of RGB (Red+Green+Blue) = 210+192+92=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C05C is #2D3FA3. Grayscale: #BABABA. Windows color (decimal): -2965412 or 6078674. OLE color: 6078674.
HSL color Cylindrical-coordinate representation of color #D2C05C: hue angle of 50.85º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D2C05C is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 92 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.85º | 0.57% | 0.59% | - |
| HSV(B) | 50.85º | 0.56% | 0.82% | - |
| XYZ | 47.36 | 52.17 | 17.7 | - |
| YUV | 185.98 | 74.96 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 92 | 0 | 0.09 | 0.56 | 0.18 | 50.85 | 0.57 | 0.59 |
| Hex | D2 | C0 | 5C | 0 | 9 | 38 | 12 | 33 | 39 | 3B |
| Octal | 322 | 300 | 134 | 0 | 11 | 70 | 22 | 63 | 71 | 73 |
| Binary | 11010010 | 11000000 | 1011100 | 0 | 1001 | 111000 | 10010 | 110011 | 111001 | 111011 |
Color Harmonies of #D2C05C
Complementary color
Monochromatic Colors of #D2C05C
Black with #D2C05C
Text Example
Text Example
White with #D2C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C05C; }
p { color: rgb(210,192,92); }
H1.HeaderClassName
{
color: #D2C05C;
}
.AnyTagClassName
{
color: #D2C05C;
}
</style>
background-color css
<style>
a { background-color: #D2C05C; }
a { background-color: rgb(210,192,92); }
div.DivClassName
{
background-color: #D2C05C;
}
.BgClassName
{
background-color: #D2C05C;
}
</style>
border-color css
<style>
span { border-color: #D2C05C; }
span { border-color: rgb(210,192,92); }
td.TdClassName
{
border-color: #D2C05C;
}
.TagClassName
{
border-color: #D2C05C;
}
</style>