Shades of Tacha #D0C05A
Tints of Tacha #D0C05A
RGB
CMYK
RGB Variations
Color information
#D0C05A (or 0xD0C05A) is known color: Tacha. HEX triplet: D0, C0 and 5A. RGB value is (208,192,90). Sum of RGB (Red+Green+Blue) = 208+192+90=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C05A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C05A is #2F3FA5. Grayscale: #B9B9B9. Windows color (decimal): -3096486 or 5947600. OLE color: 5947600.
HSL color Cylindrical-coordinate representation of color #D0C05A: hue angle of 51.86º 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 #D0C05A is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 90 | - |
| CMYK | 0 | 0.08 | 0.57 | 0.18 |
| HSL | 51.86º | 0.56% | 0.58% | - |
| HSV(B) | 51.86º | 0.57% | 0.82% | - |
| XYZ | 46.71 | 51.85 | 17.22 | - |
| YUV | 185.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 90 | 0 | 0.08 | 0.57 | 0.18 | 51.86 | 0.56 | 0.58 |
| Hex | D0 | C0 | 5A | 0 | 8 | 39 | 12 | 34 | 38 | 3A |
| Octal | 320 | 300 | 132 | 0 | 10 | 71 | 22 | 64 | 70 | 72 |
| Binary | 11010000 | 11000000 | 1011010 | 0 | 1000 | 111001 | 10010 | 110100 | 111000 | 111010 |
Color Harmonies of #D0C05A
Complementary color
Monochromatic Colors of #D0C05A
Black with #D0C05A
Text Example
Text Example
White with #D0C05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C05A; }
p { color: rgb(208,192,90); }
H1.HeaderClassName
{
color: #D0C05A;
}
.AnyTagClassName
{
color: #D0C05A;
}
</style>
background-color css
<style>
a { background-color: #D0C05A; }
a { background-color: rgb(208,192,90); }
div.DivClassName
{
background-color: #D0C05A;
}
.BgClassName
{
background-color: #D0C05A;
}
</style>
border-color css
<style>
span { border-color: #D0C05A; }
span { border-color: rgb(208,192,90); }
td.TdClassName
{
border-color: #D0C05A;
}
.TagClassName
{
border-color: #D0C05A;
}
</style>