Shades of Tacha #D5CC61
Tints of Tacha #D5CC61
RGB
CMYK
RGB Variations
Color information
#D5CC61 (or 0xD5CC61) is known color: Tacha. HEX triplet: D5, CC and 61. RGB value is (213,204,97). Sum of RGB (Red+Green+Blue) = 213+204+97=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 204 (80.08% from 255 or 39.69% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CC61 is #2A339E. Grayscale: #C2C2C2. Windows color (decimal): -2765727 or 6409429. OLE color: 6409429.
HSL color Cylindrical-coordinate representation of color #D5CC61: hue angle of 55.34º 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 #D5CC61 is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 204 | 97 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.16 |
| HSL | 55.34º | 0.58% | 0.61% | - |
| HSV(B) | 55.34º | 0.54% | 0.84% | - |
| XYZ | 51.19 | 58.19 | 19.84 | - |
| YUV | 194.49 | 72.98 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 204 | 97 | 0 | 0.04 | 0.54 | 0.16 | 55.34 | 0.58 | 0.61 |
| Hex | D5 | CC | 61 | 0 | 4 | 36 | 10 | 37 | 3A | 3D |
| Octal | 325 | 314 | 141 | 0 | 4 | 66 | 20 | 67 | 72 | 75 |
| Binary | 11010101 | 11001100 | 1100001 | 0 | 100 | 110110 | 10000 | 110111 | 111010 | 111101 |
Color Harmonies of #D5CC61
Complementary color
Monochromatic Colors of #D5CC61
Black with #D5CC61
Text Example
Text Example
White with #D5CC61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CC61; }
p { color: rgb(213,204,97); }
H1.HeaderClassName
{
color: #D5CC61;
}
.AnyTagClassName
{
color: #D5CC61;
}
</style>
background-color css
<style>
a { background-color: #D5CC61; }
a { background-color: rgb(213,204,97); }
div.DivClassName
{
background-color: #D5CC61;
}
.BgClassName
{
background-color: #D5CC61;
}
</style>
border-color css
<style>
span { border-color: #D5CC61; }
span { border-color: rgb(213,204,97); }
td.TdClassName
{
border-color: #D5CC61;
}
.TagClassName
{
border-color: #D5CC61;
}
</style>