Shades of Tacha #D2C467
Tints of Tacha #D2C467
RGB
CMYK
RGB Variations
Color information
#D2C467 (or 0xD2C467) is known color: Tacha. HEX triplet: D2, C4 and 67. RGB value is (210,196,103). Sum of RGB (Red+Green+Blue) = 210+196+103=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 103 (40.62% from 255 or 20.24% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C467 is #2D3B98. Grayscale: #BDBDBD. Windows color (decimal): -2964377 or 6800594. OLE color: 6800594.
HSL color Cylindrical-coordinate representation of color #D2C467: hue angle of 52.15º 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 #D2C467 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 103 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.18 |
| HSL | 52.15º | 0.54% | 0.61% | - |
| HSV(B) | 52.15º | 0.51% | 0.82% | - |
| XYZ | 48.77 | 54.16 | 20.72 | - |
| YUV | 189.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 103 | 0 | 0.07 | 0.51 | 0.18 | 52.15 | 0.54 | 0.61 |
| Hex | D2 | C4 | 67 | 0 | 7 | 33 | 12 | 34 | 36 | 3D |
| Octal | 322 | 304 | 147 | 0 | 7 | 63 | 22 | 64 | 66 | 75 |
| Binary | 11010010 | 11000100 | 1100111 | 0 | 111 | 110011 | 10010 | 110100 | 110110 | 111101 |
Color Harmonies of #D2C467
Complementary color
Monochromatic Colors of #D2C467
Black with #D2C467
Text Example
Text Example
White with #D2C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C467; }
p { color: rgb(210,196,103); }
H1.HeaderClassName
{
color: #D2C467;
}
.AnyTagClassName
{
color: #D2C467;
}
</style>
background-color css
<style>
a { background-color: #D2C467; }
a { background-color: rgb(210,196,103); }
div.DivClassName
{
background-color: #D2C467;
}
.BgClassName
{
background-color: #D2C467;
}
</style>
border-color css
<style>
span { border-color: #D2C467; }
span { border-color: rgb(210,196,103); }
td.TdClassName
{
border-color: #D2C467;
}
.TagClassName
{
border-color: #D2C467;
}
</style>