Shades of Tacha #D0C85C
Tints of Tacha #D0C85C
RGB
CMYK
RGB Variations
Color information
#D0C85C (or 0xD0C85C) is known color: Tacha. HEX triplet: D0, C8 and 5C. RGB value is (208,200,92). Sum of RGB (Red+Green+Blue) = 208+200+92=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C85C is #2F37A3. Grayscale: #BEBEBE. Windows color (decimal): -3094436 or 6080720. OLE color: 6080720.
HSL color Cylindrical-coordinate representation of color #D0C85C: hue angle of 55.86º 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 #D0C85C is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 92 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.18 |
| HSL | 55.86º | 0.55% | 0.59% | - |
| HSV(B) | 55.86º | 0.56% | 0.82% | - |
| XYZ | 48.6 | 55.49 | 18.27 | - |
| YUV | 190.08 | 72.65 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 92 | 0 | 0.04 | 0.56 | 0.18 | 55.86 | 0.55 | 0.59 |
| Hex | D0 | C8 | 5C | 0 | 4 | 38 | 12 | 38 | 37 | 3B |
| Octal | 320 | 310 | 134 | 0 | 4 | 70 | 22 | 70 | 67 | 73 |
| Binary | 11010000 | 11001000 | 1011100 | 0 | 100 | 111000 | 10010 | 111000 | 110111 | 111011 |
Color Harmonies of #D0C85C
Complementary color
Monochromatic Colors of #D0C85C
Black with #D0C85C
Text Example
Text Example
White with #D0C85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C85C; }
p { color: rgb(208,200,92); }
H1.HeaderClassName
{
color: #D0C85C;
}
.AnyTagClassName
{
color: #D0C85C;
}
</style>
background-color css
<style>
a { background-color: #D0C85C; }
a { background-color: rgb(208,200,92); }
div.DivClassName
{
background-color: #D0C85C;
}
.BgClassName
{
background-color: #D0C85C;
}
</style>
border-color css
<style>
span { border-color: #D0C85C; }
span { border-color: rgb(208,200,92); }
td.TdClassName
{
border-color: #D0C85C;
}
.TagClassName
{
border-color: #D0C85C;
}
</style>