Shades of Tacha #D5C265
Tints of Tacha #D5C265
RGB
CMYK
RGB Variations
Color information
#D5C265 (or 0xD5C265) is known color: Tacha. HEX triplet: D5, C2 and 65. RGB value is (213,194,101). Sum of RGB (Red+Green+Blue) = 213+194+101=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 194 (76.17% from 255 or 38.19% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C265 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C265 is #2A3D9A. Grayscale: #BDBDBD. Windows color (decimal): -2768283 or 6669013. OLE color: 6669013.
HSL color Cylindrical-coordinate representation of color #D5C265: hue angle of 49.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D5C265 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 194 | 101 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.16 |
| HSL | 49.82º | 0.57% | 0.62% | - |
| HSV(B) | 49.82º | 0.53% | 0.84% | - |
| XYZ | 49.08 | 53.67 | 20.08 | - |
| YUV | 189.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 194 | 101 | 0 | 0.09 | 0.53 | 0.16 | 49.82 | 0.57 | 0.62 |
| Hex | D5 | C2 | 65 | 0 | 9 | 35 | 10 | 32 | 39 | 3E |
| Octal | 325 | 302 | 145 | 0 | 11 | 65 | 20 | 62 | 71 | 76 |
| Binary | 11010101 | 11000010 | 1100101 | 0 | 1001 | 110101 | 10000 | 110010 | 111001 | 111110 |
Color Harmonies of #D5C265
Complementary color
Monochromatic Colors of #D5C265
Black with #D5C265
Text Example
Text Example
White with #D5C265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C265; }
p { color: rgb(213,194,101); }
H1.HeaderClassName
{
color: #D5C265;
}
.AnyTagClassName
{
color: #D5C265;
}
</style>
background-color css
<style>
a { background-color: #D5C265; }
a { background-color: rgb(213,194,101); }
div.DivClassName
{
background-color: #D5C265;
}
.BgClassName
{
background-color: #D5C265;
}
</style>
border-color css
<style>
span { border-color: #D5C265; }
span { border-color: rgb(213,194,101); }
td.TdClassName
{
border-color: #D5C265;
}
.TagClassName
{
border-color: #D5C265;
}
</style>