Shades of Tacha #D0C45E
Tints of Tacha #D0C45E
RGB
CMYK
RGB Variations
Color information
#D0C45E (or 0xD0C45E) is known color: Tacha. HEX triplet: D0, C4 and 5E. RGB value is (208,196,94). Sum of RGB (Red+Green+Blue) = 208+196+94=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C45E is #2F3BA1. Grayscale: #BCBCBC. Windows color (decimal): -3095458 or 6210768. OLE color: 6210768.
HSL color Cylindrical-coordinate representation of color #D0C45E: hue angle of 53.68º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D0C45E is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 94 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.18 |
| HSL | 53.68º | 0.55% | 0.59% | - |
| HSV(B) | 53.68º | 0.55% | 0.82% | - |
| XYZ | 47.77 | 53.7 | 18.44 | - |
| YUV | 187.96 | 74.98 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 94 | 0 | 0.06 | 0.55 | 0.18 | 53.68 | 0.55 | 0.59 |
| Hex | D0 | C4 | 5E | 0 | 6 | 37 | 12 | 36 | 37 | 3B |
| Octal | 320 | 304 | 136 | 0 | 6 | 67 | 22 | 66 | 67 | 73 |
| Binary | 11010000 | 11000100 | 1011110 | 0 | 110 | 110111 | 10010 | 110110 | 110111 | 111011 |
Color Harmonies of #D0C45E
Complementary color
Monochromatic Colors of #D0C45E
Black with #D0C45E
Text Example
Text Example
White with #D0C45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C45E; }
p { color: rgb(208,196,94); }
H1.HeaderClassName
{
color: #D0C45E;
}
.AnyTagClassName
{
color: #D0C45E;
}
</style>
background-color css
<style>
a { background-color: #D0C45E; }
a { background-color: rgb(208,196,94); }
div.DivClassName
{
background-color: #D0C45E;
}
.BgClassName
{
background-color: #D0C45E;
}
</style>
border-color css
<style>
span { border-color: #D0C45E; }
span { border-color: rgb(208,196,94); }
td.TdClassName
{
border-color: #D0C45E;
}
.TagClassName
{
border-color: #D0C45E;
}
</style>