Shades of Tacha #D0C45A
Tints of Tacha #D0C45A
RGB
CMYK
RGB Variations
Color information
#D0C45A (or 0xD0C45A) is known color: Tacha. HEX triplet: D0, C4 and 5A. RGB value is (208,196,90). Sum of RGB (Red+Green+Blue) = 208+196+90=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 196 (76.95% from 255 or 39.68% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C45A is #2F3BA5. Grayscale: #BBBBBB. Windows color (decimal): -3095462 or 5948624. OLE color: 5948624.
HSL color Cylindrical-coordinate representation of color #D0C45A: hue angle of 53.9º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D0C45A is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 90 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.18 |
| HSL | 53.9º | 0.56% | 0.58% | - |
| HSV(B) | 53.9º | 0.57% | 0.82% | - |
| XYZ | 47.6 | 53.63 | 17.52 | - |
| YUV | 187.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 90 | 0 | 0.06 | 0.57 | 0.18 | 53.9 | 0.56 | 0.58 |
| Hex | D0 | C4 | 5A | 0 | 6 | 39 | 12 | 36 | 38 | 3A |
| Octal | 320 | 304 | 132 | 0 | 6 | 71 | 22 | 66 | 70 | 72 |
| Binary | 11010000 | 11000100 | 1011010 | 0 | 110 | 111001 | 10010 | 110110 | 111000 | 111010 |
Color Harmonies of #D0C45A
Complementary color
Monochromatic Colors of #D0C45A
Black with #D0C45A
Text Example
Text Example
White with #D0C45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C45A; }
p { color: rgb(208,196,90); }
H1.HeaderClassName
{
color: #D0C45A;
}
.AnyTagClassName
{
color: #D0C45A;
}
</style>
background-color css
<style>
a { background-color: #D0C45A; }
a { background-color: rgb(208,196,90); }
div.DivClassName
{
background-color: #D0C45A;
}
.BgClassName
{
background-color: #D0C45A;
}
</style>
border-color css
<style>
span { border-color: #D0C45A; }
span { border-color: rgb(208,196,90); }
td.TdClassName
{
border-color: #D0C45A;
}
.TagClassName
{
border-color: #D0C45A;
}
</style>