Shades of Tacha #D0C75A
Tints of Tacha #D0C75A
RGB
CMYK
RGB Variations
Color information
#D0C75A (or 0xD0C75A) is known color: Tacha. HEX triplet: D0, C7 and 5A. RGB value is (208,199,90). Sum of RGB (Red+Green+Blue) = 208+199+90=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C75A is #2F38A5. Grayscale: #BDBDBD. Windows color (decimal): -3094694 or 5949392. OLE color: 5949392.
HSL color Cylindrical-coordinate representation of color #D0C75A: hue angle of 55.42º 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 #D0C75A is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 90 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.18 |
| HSL | 55.42º | 0.56% | 0.58% | - |
| HSV(B) | 55.42º | 0.57% | 0.82% | - |
| XYZ | 48.28 | 54.99 | 17.74 | - |
| YUV | 189.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 90 | 0 | 0.04 | 0.57 | 0.18 | 55.42 | 0.56 | 0.58 |
| Hex | D0 | C7 | 5A | 0 | 4 | 39 | 12 | 37 | 38 | 3A |
| Octal | 320 | 307 | 132 | 0 | 4 | 71 | 22 | 67 | 70 | 72 |
| Binary | 11010000 | 11000111 | 1011010 | 0 | 100 | 111001 | 10010 | 110111 | 111000 | 111010 |
Color Harmonies of #D0C75A
Complementary color
Monochromatic Colors of #D0C75A
Black with #D0C75A
Text Example
Text Example
White with #D0C75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C75A; }
p { color: rgb(208,199,90); }
H1.HeaderClassName
{
color: #D0C75A;
}
.AnyTagClassName
{
color: #D0C75A;
}
</style>
background-color css
<style>
a { background-color: #D0C75A; }
a { background-color: rgb(208,199,90); }
div.DivClassName
{
background-color: #D0C75A;
}
.BgClassName
{
background-color: #D0C75A;
}
</style>
border-color css
<style>
span { border-color: #D0C75A; }
span { border-color: rgb(208,199,90); }
td.TdClassName
{
border-color: #D0C75A;
}
.TagClassName
{
border-color: #D0C75A;
}
</style>