Shades of Tacha #D5CA62
Tints of Tacha #D5CA62
RGB
CMYK
RGB Variations
Color information
#D5CA62 (or 0xD5CA62) is known color: Tacha. HEX triplet: D5, CA and 62. RGB value is (213,202,98). Sum of RGB (Red+Green+Blue) = 213+202+98=513 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.52% from 513); Green value is 202 (79.30% from 255 or 39.38% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA62 is #2A359D. Grayscale: #C1C1C1. Windows color (decimal): -2766238 or 6474453. OLE color: 6474453.
HSL color Cylindrical-coordinate representation of color #D5CA62: hue angle of 54.26º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D5CA62 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 98 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.16 |
| HSL | 54.26º | 0.58% | 0.61% | - |
| HSV(B) | 54.26º | 0.54% | 0.84% | - |
| XYZ | 50.77 | 57.27 | 19.93 | - |
| YUV | 193.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 98 | 0 | 0.05 | 0.54 | 0.16 | 54.26 | 0.58 | 0.61 |
| Hex | D5 | CA | 62 | 0 | 5 | 36 | 10 | 36 | 3A | 3D |
| Octal | 325 | 312 | 142 | 0 | 5 | 66 | 20 | 66 | 72 | 75 |
| Binary | 11010101 | 11001010 | 1100010 | 0 | 101 | 110110 | 10000 | 110110 | 111010 | 111101 |
Color Harmonies of #D5CA62
Complementary color
Monochromatic Colors of #D5CA62
Black with #D5CA62
Text Example
Text Example
White with #D5CA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA62; }
p { color: rgb(213,202,98); }
H1.HeaderClassName
{
color: #D5CA62;
}
.AnyTagClassName
{
color: #D5CA62;
}
</style>
background-color css
<style>
a { background-color: #D5CA62; }
a { background-color: rgb(213,202,98); }
div.DivClassName
{
background-color: #D5CA62;
}
.BgClassName
{
background-color: #D5CA62;
}
</style>
border-color css
<style>
span { border-color: #D5CA62; }
span { border-color: rgb(213,202,98); }
td.TdClassName
{
border-color: #D5CA62;
}
.TagClassName
{
border-color: #D5CA62;
}
</style>