Shades of Tacha #D0C65D
Tints of Tacha #D0C65D
RGB
CMYK
RGB Variations
Color information
#D0C65D (or 0xD0C65D) is known color: Tacha. HEX triplet: D0, C6 and 5D. RGB value is (208,198,93). Sum of RGB (Red+Green+Blue) = 208+198+93=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 198 (77.73% from 255 or 39.68% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C65D is #2F39A2. Grayscale: #BDBDBD. Windows color (decimal): -3094947 or 6145744. OLE color: 6145744.
HSL color Cylindrical-coordinate representation of color #D0C65D: hue angle of 54.78º 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 #D0C65D is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 93 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.18 |
| HSL | 54.78º | 0.55% | 0.59% | - |
| HSV(B) | 54.78º | 0.55% | 0.82% | - |
| XYZ | 48.18 | 54.59 | 18.35 | - |
| YUV | 189.02 | 73.81 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 93 | 0 | 0.05 | 0.55 | 0.18 | 54.78 | 0.55 | 0.59 |
| Hex | D0 | C6 | 5D | 0 | 5 | 37 | 12 | 37 | 37 | 3B |
| Octal | 320 | 306 | 135 | 0 | 5 | 67 | 22 | 67 | 67 | 73 |
| Binary | 11010000 | 11000110 | 1011101 | 0 | 101 | 110111 | 10010 | 110111 | 110111 | 111011 |
Color Harmonies of #D0C65D
Complementary color
Monochromatic Colors of #D0C65D
Black with #D0C65D
Text Example
Text Example
White with #D0C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C65D; }
p { color: rgb(208,198,93); }
H1.HeaderClassName
{
color: #D0C65D;
}
.AnyTagClassName
{
color: #D0C65D;
}
</style>
background-color css
<style>
a { background-color: #D0C65D; }
a { background-color: rgb(208,198,93); }
div.DivClassName
{
background-color: #D0C65D;
}
.BgClassName
{
background-color: #D0C65D;
}
</style>
border-color css
<style>
span { border-color: #D0C65D; }
span { border-color: rgb(208,198,93); }
td.TdClassName
{
border-color: #D0C65D;
}
.TagClassName
{
border-color: #D0C65D;
}
</style>