Shades of Tacha #D2C567
Tints of Tacha #D2C567
RGB
CMYK
RGB Variations
Color information
#D2C567 (or 0xD2C567) is known color: Tacha. HEX triplet: D2, C5 and 67. RGB value is (210,197,103). Sum of RGB (Red+Green+Blue) = 210+197+103=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 103 (40.62% from 255 or 20.20% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C567 is #2D3A98. Grayscale: #BEBEBE. Windows color (decimal): -2964121 or 6800850. OLE color: 6800850.
HSL color Cylindrical-coordinate representation of color #D2C567: hue angle of 52.71º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D2C567 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 103 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.18 |
| HSL | 52.71º | 0.54% | 0.61% | - |
| HSV(B) | 52.71º | 0.51% | 0.82% | - |
| XYZ | 48.99 | 54.61 | 20.79 | - |
| YUV | 190.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 103 | 0 | 0.06 | 0.51 | 0.18 | 52.71 | 0.54 | 0.61 |
| Hex | D2 | C5 | 67 | 0 | 6 | 33 | 12 | 35 | 36 | 3D |
| Octal | 322 | 305 | 147 | 0 | 6 | 63 | 22 | 65 | 66 | 75 |
| Binary | 11010010 | 11000101 | 1100111 | 0 | 110 | 110011 | 10010 | 110101 | 110110 | 111101 |
Color Harmonies of #D2C567
Complementary color
Monochromatic Colors of #D2C567
Black with #D2C567
Text Example
Text Example
White with #D2C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C567; }
p { color: rgb(210,197,103); }
H1.HeaderClassName
{
color: #D2C567;
}
.AnyTagClassName
{
color: #D2C567;
}
</style>
background-color css
<style>
a { background-color: #D2C567; }
a { background-color: rgb(210,197,103); }
div.DivClassName
{
background-color: #D2C567;
}
.BgClassName
{
background-color: #D2C567;
}
</style>
border-color css
<style>
span { border-color: #D2C567; }
span { border-color: rgb(210,197,103); }
td.TdClassName
{
border-color: #D2C567;
}
.TagClassName
{
border-color: #D2C567;
}
</style>