Shades of Tacha #D0C75D
Tints of Tacha #D0C75D
RGB
CMYK
RGB Variations
Color information
#D0C75D (or 0xD0C75D) is known color: Tacha. HEX triplet: D0, C7 and 5D. RGB value is (208,199,93). Sum of RGB (Red+Green+Blue) = 208+199+93=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C75D is #2F38A2. Grayscale: #BEBEBE. Windows color (decimal): -3094691 or 6146000. OLE color: 6146000.
HSL color Cylindrical-coordinate representation of color #D0C75D: hue angle of 55.3º 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 #D0C75D is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 93 | - |
| CMYK | 0 | 0.04 | 0.55 | 0.18 |
| HSL | 55.3º | 0.55% | 0.59% | - |
| HSV(B) | 55.3º | 0.55% | 0.82% | - |
| XYZ | 48.41 | 55.05 | 18.43 | - |
| YUV | 189.61 | 73.48 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 93 | 0 | 0.04 | 0.55 | 0.18 | 55.3 | 0.55 | 0.59 |
| Hex | D0 | C7 | 5D | 0 | 4 | 37 | 12 | 37 | 37 | 3B |
| Octal | 320 | 307 | 135 | 0 | 4 | 67 | 22 | 67 | 67 | 73 |
| Binary | 11010000 | 11000111 | 1011101 | 0 | 100 | 110111 | 10010 | 110111 | 110111 | 111011 |
Color Harmonies of #D0C75D
Complementary color
Monochromatic Colors of #D0C75D
Black with #D0C75D
Text Example
Text Example
White with #D0C75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C75D; }
p { color: rgb(208,199,93); }
H1.HeaderClassName
{
color: #D0C75D;
}
.AnyTagClassName
{
color: #D0C75D;
}
</style>
background-color css
<style>
a { background-color: #D0C75D; }
a { background-color: rgb(208,199,93); }
div.DivClassName
{
background-color: #D0C75D;
}
.BgClassName
{
background-color: #D0C75D;
}
</style>
border-color css
<style>
span { border-color: #D0C75D; }
span { border-color: rgb(208,199,93); }
td.TdClassName
{
border-color: #D0C75D;
}
.TagClassName
{
border-color: #D0C75D;
}
</style>