Shades of Tacha #D0C556
Tints of Tacha #D0C556
RGB
CMYK
RGB Variations
Color information
#D0C556 (or 0xD0C556) is known color: Tacha. HEX triplet: D0, C5 and 56. RGB value is (208,197,86). Sum of RGB (Red+Green+Blue) = 208+197+86=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C556 is #2F3AA9. Grayscale: #BCBCBC. Windows color (decimal): -3095210 or 5686736. OLE color: 5686736.
HSL color Cylindrical-coordinate representation of color #D0C556: hue angle of 54.59º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D0C556 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 86 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.18 |
| HSL | 54.59º | 0.56% | 0.58% | - |
| HSV(B) | 54.59º | 0.59% | 0.82% | - |
| XYZ | 47.66 | 54.01 | 16.72 | - |
| YUV | 187.64 | 70.64 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 86 | 0 | 0.05 | 0.59 | 0.18 | 54.59 | 0.56 | 0.58 |
| Hex | D0 | C5 | 56 | 0 | 5 | 3B | 12 | 37 | 38 | 3A |
| Octal | 320 | 305 | 126 | 0 | 5 | 73 | 22 | 67 | 70 | 72 |
| Binary | 11010000 | 11000101 | 1010110 | 0 | 101 | 111011 | 10010 | 110111 | 111000 | 111010 |
Color Harmonies of #D0C556
Complementary color
Monochromatic Colors of #D0C556
Black with #D0C556
Text Example
Text Example
White with #D0C556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C556; }
p { color: rgb(208,197,86); }
H1.HeaderClassName
{
color: #D0C556;
}
.AnyTagClassName
{
color: #D0C556;
}
</style>
background-color css
<style>
a { background-color: #D0C556; }
a { background-color: rgb(208,197,86); }
div.DivClassName
{
background-color: #D0C556;
}
.BgClassName
{
background-color: #D0C556;
}
</style>
border-color css
<style>
span { border-color: #D0C556; }
span { border-color: rgb(208,197,86); }
td.TdClassName
{
border-color: #D0C556;
}
.TagClassName
{
border-color: #D0C556;
}
</style>