Shades of Tacha #D3C053
Tints of Tacha #D3C053
RGB
CMYK
RGB Variations
Color information
#D3C053 (or 0xD3C053) is known color: Tacha. HEX triplet: D3, C0 and 53. RGB value is (211,192,83). Sum of RGB (Red+Green+Blue) = 211+192+83=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C053 is #2C3FAC. Grayscale: #B9B9B9. Windows color (decimal): -2899885 or 5488851. OLE color: 5488851.
HSL color Cylindrical-coordinate representation of color #D3C053: hue angle of 51.09º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D3C053 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 83 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.17 |
| HSL | 51.09º | 0.59% | 0.58% | - |
| HSV(B) | 51.09º | 0.61% | 0.83% | - |
| XYZ | 47.27 | 52.17 | 15.76 | - |
| YUV | 185.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 83 | 0 | 0.09 | 0.61 | 0.17 | 51.09 | 0.59 | 0.58 |
| Hex | D3 | C0 | 53 | 0 | 9 | 3D | 11 | 33 | 3B | 3A |
| Octal | 323 | 300 | 123 | 0 | 11 | 75 | 21 | 63 | 73 | 72 |
| Binary | 11010011 | 11000000 | 1010011 | 0 | 1001 | 111101 | 10001 | 110011 | 111011 | 111010 |
Color Harmonies of #D3C053
Complementary color
Monochromatic Colors of #D3C053
Black with #D3C053
Text Example
Text Example
White with #D3C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C053; }
p { color: rgb(211,192,83); }
H1.HeaderClassName
{
color: #D3C053;
}
.AnyTagClassName
{
color: #D3C053;
}
</style>
background-color css
<style>
a { background-color: #D3C053; }
a { background-color: rgb(211,192,83); }
div.DivClassName
{
background-color: #D3C053;
}
.BgClassName
{
background-color: #D3C053;
}
</style>
border-color css
<style>
span { border-color: #D3C053; }
span { border-color: rgb(211,192,83); }
td.TdClassName
{
border-color: #D3C053;
}
.TagClassName
{
border-color: #D3C053;
}
</style>