Shades of Tacha #D8C053
Tints of Tacha #D8C053
RGB
CMYK
RGB Variations
Color information
#D8C053 (or 0xD8C053) is known color: Tacha. HEX triplet: D8, C0 and 53. RGB value is (216,192,83). Sum of RGB (Red+Green+Blue) = 216+192+83=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 192 (75.39% from 255 or 39.10% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C053 is #273FAC. Grayscale: #BBBBBB. Windows color (decimal): -2572205 or 5488856. OLE color: 5488856.
HSL color Cylindrical-coordinate representation of color #D8C053: hue angle of 49.17º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D8C053 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 192 | 83 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.15 |
| HSL | 49.17º | 0.63% | 0.59% | - |
| HSV(B) | 49.17º | 0.62% | 0.85% | - |
| XYZ | 48.73 | 52.92 | 15.83 | - |
| YUV | 186.75 | 69.45 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 192 | 83 | 0 | 0.11 | 0.62 | 0.15 | 49.17 | 0.63 | 0.59 |
| Hex | D8 | C0 | 53 | 0 | B | 3E | F | 31 | 3F | 3B |
| Octal | 330 | 300 | 123 | 0 | 13 | 76 | 17 | 61 | 77 | 73 |
| Binary | 11011000 | 11000000 | 1010011 | 0 | 1011 | 111110 | 1111 | 110001 | 111111 | 111011 |
Color Harmonies of #D8C053
Complementary color
Monochromatic Colors of #D8C053
Black with #D8C053
Text Example
Text Example
White with #D8C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C053; }
p { color: rgb(216,192,83); }
H1.HeaderClassName
{
color: #D8C053;
}
.AnyTagClassName
{
color: #D8C053;
}
</style>
background-color css
<style>
a { background-color: #D8C053; }
a { background-color: rgb(216,192,83); }
div.DivClassName
{
background-color: #D8C053;
}
.BgClassName
{
background-color: #D8C053;
}
</style>
border-color css
<style>
span { border-color: #D8C053; }
span { border-color: rgb(216,192,83); }
td.TdClassName
{
border-color: #D8C053;
}
.TagClassName
{
border-color: #D8C053;
}
</style>