Shades of Tacha #D0C85B
Tints of Tacha #D0C85B
RGB
CMYK
RGB Variations
Color information
#D0C85B (or 0xD0C85B) is known color: Tacha. HEX triplet: D0, C8 and 5B. RGB value is (208,200,91). Sum of RGB (Red+Green+Blue) = 208+200+91=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 200 (78.52% from 255 or 40.08% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C85B is #2F37A4. Grayscale: #BEBEBE. Windows color (decimal): -3094437 or 6015184. OLE color: 6015184.
HSL color Cylindrical-coordinate representation of color #D0C85B: hue angle of 55.9º 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 #D0C85B is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 200 | 91 | - |
| CMYK | 0 | 0.04 | 0.56 | 0.18 |
| HSL | 55.9º | 0.55% | 0.59% | - |
| HSV(B) | 55.9º | 0.56% | 0.82% | - |
| XYZ | 48.56 | 55.47 | 18.05 | - |
| YUV | 189.97 | 72.15 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 200 | 91 | 0 | 0.04 | 0.56 | 0.18 | 55.9 | 0.55 | 0.59 |
| Hex | D0 | C8 | 5B | 0 | 4 | 38 | 12 | 38 | 37 | 3B |
| Octal | 320 | 310 | 133 | 0 | 4 | 70 | 22 | 70 | 67 | 73 |
| Binary | 11010000 | 11001000 | 1011011 | 0 | 100 | 111000 | 10010 | 111000 | 110111 | 111011 |
Color Harmonies of #D0C85B
Complementary color
Monochromatic Colors of #D0C85B
Black with #D0C85B
Text Example
Text Example
White with #D0C85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C85B; }
p { color: rgb(208,200,91); }
H1.HeaderClassName
{
color: #D0C85B;
}
.AnyTagClassName
{
color: #D0C85B;
}
</style>
background-color css
<style>
a { background-color: #D0C85B; }
a { background-color: rgb(208,200,91); }
div.DivClassName
{
background-color: #D0C85B;
}
.BgClassName
{
background-color: #D0C85B;
}
</style>
border-color css
<style>
span { border-color: #D0C85B; }
span { border-color: rgb(208,200,91); }
td.TdClassName
{
border-color: #D0C85B;
}
.TagClassName
{
border-color: #D0C85B;
}
</style>