Shades of Tacha #D5CA61
Tints of Tacha #D5CA61
RGB
CMYK
RGB Variations
Color information
#D5CA61 (or 0xD5CA61) is known color: Tacha. HEX triplet: D5, CA and 61. RGB value is (213,202,97). Sum of RGB (Red+Green+Blue) = 213+202+97=512 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.60% from 512); Green value is 202 (79.30% from 255 or 39.45% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA61 is #2A359E. Grayscale: #C1C1C1. Windows color (decimal): -2766239 or 6408917. OLE color: 6408917.
HSL color Cylindrical-coordinate representation of color #D5CA61: hue angle of 54.31º 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 #D5CA61 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 97 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.16 |
| HSL | 54.31º | 0.58% | 0.61% | - |
| HSV(B) | 54.31º | 0.54% | 0.84% | - |
| XYZ | 50.72 | 57.25 | 19.69 | - |
| YUV | 193.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 97 | 0 | 0.05 | 0.54 | 0.16 | 54.31 | 0.58 | 0.61 |
| Hex | D5 | CA | 61 | 0 | 5 | 36 | 10 | 36 | 3A | 3D |
| Octal | 325 | 312 | 141 | 0 | 5 | 66 | 20 | 66 | 72 | 75 |
| Binary | 11010101 | 11001010 | 1100001 | 0 | 101 | 110110 | 10000 | 110110 | 111010 | 111101 |
Color Harmonies of #D5CA61
Complementary color
Monochromatic Colors of #D5CA61
Black with #D5CA61
Text Example
Text Example
White with #D5CA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA61; }
p { color: rgb(213,202,97); }
H1.HeaderClassName
{
color: #D5CA61;
}
.AnyTagClassName
{
color: #D5CA61;
}
</style>
background-color css
<style>
a { background-color: #D5CA61; }
a { background-color: rgb(213,202,97); }
div.DivClassName
{
background-color: #D5CA61;
}
.BgClassName
{
background-color: #D5CA61;
}
</style>
border-color css
<style>
span { border-color: #D5CA61; }
span { border-color: rgb(213,202,97); }
td.TdClassName
{
border-color: #D5CA61;
}
.TagClassName
{
border-color: #D5CA61;
}
</style>