Shades of Tacha #D0C865
Tints of Tacha #D0C865
RGB
CMYK
RGB Variations
Color information
#D0C865 (or 0xD0C865) is known color: Tacha. HEX triplet: D0, C8 and 65. RGB value is (208,200,101). Sum of RGB (Red+Green+Blue) = 208+200+101=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C865 is #2F379A. Grayscale: #BFBFBF. Windows color (decimal): -3094427 or 6670544. OLE color: 6670544.
HSL color Cylindrical-coordinate representation of color #D0C865: hue angle of 55.51º degrees, saturation: 0.53, 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 #D0C865 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 101 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.18 |
| HSL | 55.51º | 0.53% | 0.61% | - |
| HSV(B) | 55.51º | 0.51% | 0.82% | - |
| XYZ | 49.02 | 55.66 | 20.47 | - |
| YUV | 191.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 101 | 0 | 0.04 | 0.51 | 0.18 | 55.51 | 0.53 | 0.61 |
| Hex | D0 | C8 | 65 | 0 | 4 | 33 | 12 | 38 | 35 | 3D |
| Octal | 320 | 310 | 145 | 0 | 4 | 63 | 22 | 70 | 65 | 75 |
| Binary | 11010000 | 11001000 | 1100101 | 0 | 100 | 110011 | 10010 | 111000 | 110101 | 111101 |
Color Harmonies of #D0C865
Complementary color
Monochromatic Colors of #D0C865
Black with #D0C865
Text Example
Text Example
White with #D0C865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C865; }
p { color: rgb(208,200,101); }
H1.HeaderClassName
{
color: #D0C865;
}
.AnyTagClassName
{
color: #D0C865;
}
</style>
background-color css
<style>
a { background-color: #D0C865; }
a { background-color: rgb(208,200,101); }
div.DivClassName
{
background-color: #D0C865;
}
.BgClassName
{
background-color: #D0C865;
}
</style>
border-color css
<style>
span { border-color: #D0C865; }
span { border-color: rgb(208,200,101); }
td.TdClassName
{
border-color: #D0C865;
}
.TagClassName
{
border-color: #D0C865;
}
</style>