Shades of Tacha #D2C366
Tints of Tacha #D2C366
RGB
CMYK
RGB Variations
Color information
#D2C366 (or 0xD2C366) is known color: Tacha. HEX triplet: D2, C3 and 66. RGB value is (210,195,102). Sum of RGB (Red+Green+Blue) = 210+195+102=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C366 is #2D3C99. Grayscale: #BDBDBD. Windows color (decimal): -2964634 or 6734802. OLE color: 6734802.
HSL color Cylindrical-coordinate representation of color #D2C366: hue angle of 51.67º degrees, saturation: 0.55, 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 #D2C366 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 102 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.18 |
| HSL | 51.67º | 0.55% | 0.61% | - |
| HSV(B) | 51.67º | 0.51% | 0.82% | - |
| XYZ | 48.49 | 53.69 | 20.38 | - |
| YUV | 188.88 | 78.97 | 143.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 102 | 0 | 0.07 | 0.51 | 0.18 | 51.67 | 0.55 | 0.61 |
| Hex | D2 | C3 | 66 | 0 | 7 | 33 | 12 | 34 | 37 | 3D |
| Octal | 322 | 303 | 146 | 0 | 7 | 63 | 22 | 64 | 67 | 75 |
| Binary | 11010010 | 11000011 | 1100110 | 0 | 111 | 110011 | 10010 | 110100 | 110111 | 111101 |
Color Harmonies of #D2C366
Complementary color
Monochromatic Colors of #D2C366
Black with #D2C366
Text Example
Text Example
White with #D2C366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C366; }
p { color: rgb(210,195,102); }
H1.HeaderClassName
{
color: #D2C366;
}
.AnyTagClassName
{
color: #D2C366;
}
</style>
background-color css
<style>
a { background-color: #D2C366; }
a { background-color: rgb(210,195,102); }
div.DivClassName
{
background-color: #D2C366;
}
.BgClassName
{
background-color: #D2C366;
}
</style>
border-color css
<style>
span { border-color: #D2C366; }
span { border-color: rgb(210,195,102); }
td.TdClassName
{
border-color: #D2C366;
}
.TagClassName
{
border-color: #D2C366;
}
</style>