Shades of Tacha #D3C567
Tints of Tacha #D3C567
RGB
CMYK
RGB Variations
Color information
#D3C567 (or 0xD3C567) is known color: Tacha. HEX triplet: D3, C5 and 67. RGB value is (211,197,103). Sum of RGB (Red+Green+Blue) = 211+197+103=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 197 (77.34% from 255 or 38.55% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C567 is #2C3A98. Grayscale: #BEBEBE. Windows color (decimal): -2898585 or 6800851. OLE color: 6800851.
HSL color Cylindrical-coordinate representation of color #D3C567: hue angle of 52.22º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D3C567 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 103 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.17 |
| HSL | 52.22º | 0.55% | 0.62% | - |
| HSV(B) | 52.22º | 0.51% | 0.83% | - |
| XYZ | 49.28 | 54.76 | 20.8 | - |
| YUV | 190.47 | 78.64 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 103 | 0 | 0.07 | 0.51 | 0.17 | 52.22 | 0.55 | 0.62 |
| Hex | D3 | C5 | 67 | 0 | 7 | 33 | 11 | 34 | 37 | 3E |
| Octal | 323 | 305 | 147 | 0 | 7 | 63 | 21 | 64 | 67 | 76 |
| Binary | 11010011 | 11000101 | 1100111 | 0 | 111 | 110011 | 10001 | 110100 | 110111 | 111110 |
Color Harmonies of #D3C567
Complementary color
Monochromatic Colors of #D3C567
Black with #D3C567
Text Example
Text Example
White with #D3C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C567; }
p { color: rgb(211,197,103); }
H1.HeaderClassName
{
color: #D3C567;
}
.AnyTagClassName
{
color: #D3C567;
}
</style>
background-color css
<style>
a { background-color: #D3C567; }
a { background-color: rgb(211,197,103); }
div.DivClassName
{
background-color: #D3C567;
}
.BgClassName
{
background-color: #D3C567;
}
</style>
border-color css
<style>
span { border-color: #D3C567; }
span { border-color: rgb(211,197,103); }
td.TdClassName
{
border-color: #D3C567;
}
.TagClassName
{
border-color: #D3C567;
}
</style>