Shades of Tacha #D0C565
Tints of Tacha #D0C565
RGB
CMYK
RGB Variations
Color information
#D0C565 (or 0xD0C565) is known color: Tacha. HEX triplet: D0, C5 and 65. RGB value is (208,197,101). Sum of RGB (Red+Green+Blue) = 208+197+101=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C565 is #2F3A9A. Grayscale: #BDBDBD. Windows color (decimal): -3095195 or 6669776. OLE color: 6669776.
HSL color Cylindrical-coordinate representation of color #D0C565: hue angle of 53.83º 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 #D0C565 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 101 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.18 |
| HSL | 53.83º | 0.53% | 0.61% | - |
| HSV(B) | 53.83º | 0.51% | 0.82% | - |
| XYZ | 48.33 | 54.28 | 20.24 | - |
| YUV | 189.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 101 | 0 | 0.05 | 0.51 | 0.18 | 53.83 | 0.53 | 0.61 |
| Hex | D0 | C5 | 65 | 0 | 5 | 33 | 12 | 36 | 35 | 3D |
| Octal | 320 | 305 | 145 | 0 | 5 | 63 | 22 | 66 | 65 | 75 |
| Binary | 11010000 | 11000101 | 1100101 | 0 | 101 | 110011 | 10010 | 110110 | 110101 | 111101 |
Color Harmonies of #D0C565
Complementary color
Monochromatic Colors of #D0C565
Black with #D0C565
Text Example
Text Example
White with #D0C565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C565; }
p { color: rgb(208,197,101); }
H1.HeaderClassName
{
color: #D0C565;
}
.AnyTagClassName
{
color: #D0C565;
}
</style>
background-color css
<style>
a { background-color: #D0C565; }
a { background-color: rgb(208,197,101); }
div.DivClassName
{
background-color: #D0C565;
}
.BgClassName
{
background-color: #D0C565;
}
</style>
border-color css
<style>
span { border-color: #D0C565; }
span { border-color: rgb(208,197,101); }
td.TdClassName
{
border-color: #D0C565;
}
.TagClassName
{
border-color: #D0C565;
}
</style>