Shades of Tacha #D2C866
Tints of Tacha #D2C866
RGB
CMYK
RGB Variations
Color information
#D2C866 (or 0xD2C866) is known color: Tacha. HEX triplet: D2, C8 and 66. RGB value is (210,200,102). Sum of RGB (Red+Green+Blue) = 210+200+102=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 200 (78.52% from 255 or 39.06% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C866 is #2D3799. Grayscale: #C0C0C0. Windows color (decimal): -2963354 or 6736082. OLE color: 6736082.
HSL color Cylindrical-coordinate representation of color #D2C866: hue angle of 54.44º 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 #D2C866 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 102 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.18 |
| HSL | 54.44º | 0.55% | 0.61% | - |
| HSV(B) | 54.44º | 0.51% | 0.82% | - |
| XYZ | 49.63 | 55.97 | 20.76 | - |
| YUV | 191.82 | 77.31 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 102 | 0 | 0.05 | 0.51 | 0.18 | 54.44 | 0.55 | 0.61 |
| Hex | D2 | C8 | 66 | 0 | 5 | 33 | 12 | 36 | 37 | 3D |
| Octal | 322 | 310 | 146 | 0 | 5 | 63 | 22 | 66 | 67 | 75 |
| Binary | 11010010 | 11001000 | 1100110 | 0 | 101 | 110011 | 10010 | 110110 | 110111 | 111101 |
Color Harmonies of #D2C866
Complementary color
Monochromatic Colors of #D2C866
Black with #D2C866
Text Example
Text Example
White with #D2C866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C866; }
p { color: rgb(210,200,102); }
H1.HeaderClassName
{
color: #D2C866;
}
.AnyTagClassName
{
color: #D2C866;
}
</style>
background-color css
<style>
a { background-color: #D2C866; }
a { background-color: rgb(210,200,102); }
div.DivClassName
{
background-color: #D2C866;
}
.BgClassName
{
background-color: #D2C866;
}
</style>
border-color css
<style>
span { border-color: #D2C866; }
span { border-color: rgb(210,200,102); }
td.TdClassName
{
border-color: #D2C866;
}
.TagClassName
{
border-color: #D2C866;
}
</style>