Shades of Tacha #D0C05C
Tints of Tacha #D0C05C
RGB
CMYK
RGB Variations
Color information
#D0C05C (or 0xD0C05C) is known color: Tacha. HEX triplet: D0, C0 and 5C. RGB value is (208,192,92). Sum of RGB (Red+Green+Blue) = 208+192+92=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 192 (75.39% from 255 or 39.02% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C05C is #2F3FA3. Grayscale: #B9B9B9. Windows color (decimal): -3096484 or 6078672. OLE color: 6078672.
HSL color Cylindrical-coordinate representation of color #D0C05C: hue angle of 51.72º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D0C05C is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 92 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.18 |
| HSL | 51.72º | 0.55% | 0.59% | - |
| HSV(B) | 51.72º | 0.56% | 0.82% | - |
| XYZ | 46.79 | 51.88 | 17.67 | - |
| YUV | 185.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 92 | 0 | 0.08 | 0.56 | 0.18 | 51.72 | 0.55 | 0.59 |
| Hex | D0 | C0 | 5C | 0 | 8 | 38 | 12 | 34 | 37 | 3B |
| Octal | 320 | 300 | 134 | 0 | 10 | 70 | 22 | 64 | 67 | 73 |
| Binary | 11010000 | 11000000 | 1011100 | 0 | 1000 | 111000 | 10010 | 110100 | 110111 | 111011 |
Color Harmonies of #D0C05C
Complementary color
Monochromatic Colors of #D0C05C
Black with #D0C05C
Text Example
Text Example
White with #D0C05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C05C; }
p { color: rgb(208,192,92); }
H1.HeaderClassName
{
color: #D0C05C;
}
.AnyTagClassName
{
color: #D0C05C;
}
</style>
background-color css
<style>
a { background-color: #D0C05C; }
a { background-color: rgb(208,192,92); }
div.DivClassName
{
background-color: #D0C05C;
}
.BgClassName
{
background-color: #D0C05C;
}
</style>
border-color css
<style>
span { border-color: #D0C05C; }
span { border-color: rgb(208,192,92); }
td.TdClassName
{
border-color: #D0C05C;
}
.TagClassName
{
border-color: #D0C05C;
}
</style>