Shades of Tacha #D1C052
Tints of Tacha #D1C052
RGB
CMYK
RGB Variations
Color information
#D1C052 (or 0xD1C052) is known color: Tacha. HEX triplet: D1, C0 and 52. RGB value is (209,192,82). Sum of RGB (Red+Green+Blue) = 209+192+82=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 192 (75.39% from 255 or 39.75% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C052 is #2E3FAD. Grayscale: #B9B9B9. Windows color (decimal): -3030958 or 5423313. OLE color: 5423313.
HSL color Cylindrical-coordinate representation of color #D1C052: hue angle of 51.97º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1C052 is Cyan = 0, Magento = 0.08, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 82 | - |
| CMYK | 0 | 0.08 | 0.61 | 0.18 |
| HSL | 51.97º | 0.58% | 0.57% | - |
| HSV(B) | 51.97º | 0.61% | 0.82% | - |
| XYZ | 46.67 | 51.86 | 15.53 | - |
| YUV | 184.54 | 70.13 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 82 | 0 | 0.08 | 0.61 | 0.18 | 51.97 | 0.58 | 0.57 |
| Hex | D1 | C0 | 52 | 0 | 8 | 3D | 12 | 34 | 3A | 39 |
| Octal | 321 | 300 | 122 | 0 | 10 | 75 | 22 | 64 | 72 | 71 |
| Binary | 11010001 | 11000000 | 1010010 | 0 | 1000 | 111101 | 10010 | 110100 | 111010 | 111001 |
Color Harmonies of #D1C052
Complementary color
Monochromatic Colors of #D1C052
Black with #D1C052
Text Example
Text Example
White with #D1C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C052; }
p { color: rgb(209,192,82); }
H1.HeaderClassName
{
color: #D1C052;
}
.AnyTagClassName
{
color: #D1C052;
}
</style>
background-color css
<style>
a { background-color: #D1C052; }
a { background-color: rgb(209,192,82); }
div.DivClassName
{
background-color: #D1C052;
}
.BgClassName
{
background-color: #D1C052;
}
</style>
border-color css
<style>
span { border-color: #D1C052; }
span { border-color: rgb(209,192,82); }
td.TdClassName
{
border-color: #D1C052;
}
.TagClassName
{
border-color: #D1C052;
}
</style>