Shades of Tacha #D0C265
Tints of Tacha #D0C265
RGB
CMYK
RGB Variations
Color information
#D0C265 (or 0xD0C265) is known color: Tacha. HEX triplet: D0, C2 and 65. RGB value is (208,194,101). Sum of RGB (Red+Green+Blue) = 208+194+101=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 194 (76.17% from 255 or 38.57% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C265 is #2F3D9A. Grayscale: #BBBBBB. Windows color (decimal): -3095963 or 6669008. OLE color: 6669008.
HSL color Cylindrical-coordinate representation of color #D0C265: hue angle of 52.15º 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 #D0C265 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 101 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.18 |
| HSL | 52.15º | 0.53% | 0.61% | - |
| HSV(B) | 52.15º | 0.51% | 0.82% | - |
| XYZ | 47.65 | 52.93 | 20.02 | - |
| YUV | 187.58 | 79.14 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 101 | 0 | 0.07 | 0.51 | 0.18 | 52.15 | 0.53 | 0.61 |
| Hex | D0 | C2 | 65 | 0 | 7 | 33 | 12 | 34 | 35 | 3D |
| Octal | 320 | 302 | 145 | 0 | 7 | 63 | 22 | 64 | 65 | 75 |
| Binary | 11010000 | 11000010 | 1100101 | 0 | 111 | 110011 | 10010 | 110100 | 110101 | 111101 |
Color Harmonies of #D0C265
Complementary color
Monochromatic Colors of #D0C265
Black with #D0C265
Text Example
Text Example
White with #D0C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C265; }
p { color: rgb(208,194,101); }
H1.HeaderClassName
{
color: #D0C265;
}
.AnyTagClassName
{
color: #D0C265;
}
</style>
background-color css
<style>
a { background-color: #D0C265; }
a { background-color: rgb(208,194,101); }
div.DivClassName
{
background-color: #D0C265;
}
.BgClassName
{
background-color: #D0C265;
}
</style>
border-color css
<style>
span { border-color: #D0C265; }
span { border-color: rgb(208,194,101); }
td.TdClassName
{
border-color: #D0C265;
}
.TagClassName
{
border-color: #D0C265;
}
</style>