Shades of Tacha #D0C86A
Tints of Tacha #D0C86A
RGB
CMYK
RGB Variations
Color information
#D0C86A (or 0xD0C86A) is known color: Tacha. HEX triplet: D0, C8 and 6A. RGB value is (208,200,106). Sum of RGB (Red+Green+Blue) = 208+200+106=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 200 (78.52% from 255 or 38.91% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C86A is #2F3795. Grayscale: #C0C0C0. Windows color (decimal): -3094422 or 6998224. OLE color: 6998224.
HSL color Cylindrical-coordinate representation of color #D0C86A: hue angle of 55.29º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0C86A is Cyan = 0, Magento = 0.04, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 106 | - |
| CMYK | 0 | 0.04 | 0.49 | 0.18 |
| HSL | 55.29º | 0.52% | 0.62% | - |
| HSV(B) | 55.29º | 0.49% | 0.82% | - |
| XYZ | 49.27 | 55.76 | 21.8 | - |
| YUV | 191.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 106 | 0 | 0.04 | 0.49 | 0.18 | 55.29 | 0.52 | 0.62 |
| Hex | D0 | C8 | 6A | 0 | 4 | 31 | 12 | 37 | 34 | 3E |
| Octal | 320 | 310 | 152 | 0 | 4 | 61 | 22 | 67 | 64 | 76 |
| Binary | 11010000 | 11001000 | 1101010 | 0 | 100 | 110001 | 10010 | 110111 | 110100 | 111110 |
Color Harmonies of #D0C86A
Complementary color
Monochromatic Colors of #D0C86A
Black with #D0C86A
Text Example
Text Example
White with #D0C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C86A; }
p { color: rgb(208,200,106); }
H1.HeaderClassName
{
color: #D0C86A;
}
.AnyTagClassName
{
color: #D0C86A;
}
</style>
background-color css
<style>
a { background-color: #D0C86A; }
a { background-color: rgb(208,200,106); }
div.DivClassName
{
background-color: #D0C86A;
}
.BgClassName
{
background-color: #D0C86A;
}
</style>
border-color css
<style>
span { border-color: #D0C86A; }
span { border-color: rgb(208,200,106); }
td.TdClassName
{
border-color: #D0C86A;
}
.TagClassName
{
border-color: #D0C86A;
}
</style>