Shades of Tacha #D0C85F
Tints of Tacha #D0C85F
RGB
CMYK
RGB Variations
Color information
#D0C85F (or 0xD0C85F) is known color: Tacha. HEX triplet: D0, C8 and 5F. RGB value is (208,200,95). Sum of RGB (Red+Green+Blue) = 208+200+95=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 200 (78.52% from 255 or 39.76% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C85F is #2F37A0. Grayscale: #BEBEBE. Windows color (decimal): -3094433 or 6277328. OLE color: 6277328.
HSL color Cylindrical-coordinate representation of color #D0C85F: hue angle of 55.75º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0C85F is Cyan = 0, Magento = 0.04, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 95 | - |
| CMYK | 0 | 0.04 | 0.54 | 0.18 |
| HSL | 55.75º | 0.55% | 0.59% | - |
| HSV(B) | 55.75º | 0.54% | 0.82% | - |
| XYZ | 48.73 | 55.54 | 18.98 | - |
| YUV | 190.42 | 74.15 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 95 | 0 | 0.04 | 0.54 | 0.18 | 55.75 | 0.55 | 0.59 |
| Hex | D0 | C8 | 5F | 0 | 4 | 36 | 12 | 38 | 37 | 3B |
| Octal | 320 | 310 | 137 | 0 | 4 | 66 | 22 | 70 | 67 | 73 |
| Binary | 11010000 | 11001000 | 1011111 | 0 | 100 | 110110 | 10010 | 111000 | 110111 | 111011 |
Color Harmonies of #D0C85F
Complementary color
Monochromatic Colors of #D0C85F
Black with #D0C85F
Text Example
Text Example
White with #D0C85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C85F; }
p { color: rgb(208,200,95); }
H1.HeaderClassName
{
color: #D0C85F;
}
.AnyTagClassName
{
color: #D0C85F;
}
</style>
background-color css
<style>
a { background-color: #D0C85F; }
a { background-color: rgb(208,200,95); }
div.DivClassName
{
background-color: #D0C85F;
}
.BgClassName
{
background-color: #D0C85F;
}
</style>
border-color css
<style>
span { border-color: #D0C85F; }
span { border-color: rgb(208,200,95); }
td.TdClassName
{
border-color: #D0C85F;
}
.TagClassName
{
border-color: #D0C85F;
}
</style>