Shades of Tacha #D5C053
Tints of Tacha #D5C053
RGB
CMYK
RGB Variations
Color information
#D5C053 (or 0xD5C053) is known color: Tacha. HEX triplet: D5, C0 and 53. RGB value is (213,192,83). Sum of RGB (Red+Green+Blue) = 213+192+83=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C053 is #2A3FAC. Grayscale: #BABABA. Windows color (decimal): -2768813 or 5488853. OLE color: 5488853.
HSL color Cylindrical-coordinate representation of color #D5C053: hue angle of 50.31º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5C053 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 83 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.16 |
| HSL | 50.31º | 0.61% | 0.58% | - |
| HSV(B) | 50.31º | 0.61% | 0.84% | - |
| XYZ | 47.85 | 52.47 | 15.79 | - |
| YUV | 185.85 | 69.96 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 83 | 0 | 0.10 | 0.61 | 0.16 | 50.31 | 0.61 | 0.58 |
| Hex | D5 | C0 | 53 | 0 | A | 3D | 10 | 32 | 3D | 3A |
| Octal | 325 | 300 | 123 | 0 | 12 | 75 | 20 | 62 | 75 | 72 |
| Binary | 11010101 | 11000000 | 1010011 | 0 | 1010 | 111101 | 10000 | 110010 | 111101 | 111010 |
Color Harmonies of #D5C053
Complementary color
Monochromatic Colors of #D5C053
Black with #D5C053
Text Example
Text Example
White with #D5C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C053; }
p { color: rgb(213,192,83); }
H1.HeaderClassName
{
color: #D5C053;
}
.AnyTagClassName
{
color: #D5C053;
}
</style>
background-color css
<style>
a { background-color: #D5C053; }
a { background-color: rgb(213,192,83); }
div.DivClassName
{
background-color: #D5C053;
}
.BgClassName
{
background-color: #D5C053;
}
</style>
border-color css
<style>
span { border-color: #D5C053; }
span { border-color: rgb(213,192,83); }
td.TdClassName
{
border-color: #D5C053;
}
.TagClassName
{
border-color: #D5C053;
}
</style>