Shades of Tacha #D0C256
Tints of Tacha #D0C256
RGB
CMYK
RGB Variations
Color information
#D0C256 (or 0xD0C256) is known color: Tacha. HEX triplet: D0, C2 and 56. RGB value is (208,194,86). Sum of RGB (Red+Green+Blue) = 208+194+86=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 194 (76.17% from 255 or 39.75% from 488); Blue value is 86 (33.98% from 255 or 17.62% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C256 is #2F3DA9. Grayscale: #BABABA. Windows color (decimal): -3095978 or 5685968. OLE color: 5685968.
HSL color Cylindrical-coordinate representation of color #D0C256: hue angle of 53.11º 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 #D0C256 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 86 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.18 |
| HSL | 53.11º | 0.56% | 0.58% | - |
| HSV(B) | 53.11º | 0.59% | 0.82% | - |
| XYZ | 46.98 | 52.67 | 16.49 | - |
| YUV | 185.87 | 71.64 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 86 | 0 | 0.07 | 0.59 | 0.18 | 53.11 | 0.56 | 0.58 |
| Hex | D0 | C2 | 56 | 0 | 7 | 3B | 12 | 35 | 38 | 3A |
| Octal | 320 | 302 | 126 | 0 | 7 | 73 | 22 | 65 | 70 | 72 |
| Binary | 11010000 | 11000010 | 1010110 | 0 | 111 | 111011 | 10010 | 110101 | 111000 | 111010 |
Color Harmonies of #D0C256
Complementary color
Monochromatic Colors of #D0C256
Black with #D0C256
Text Example
Text Example
White with #D0C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C256; }
p { color: rgb(208,194,86); }
H1.HeaderClassName
{
color: #D0C256;
}
.AnyTagClassName
{
color: #D0C256;
}
</style>
background-color css
<style>
a { background-color: #D0C256; }
a { background-color: rgb(208,194,86); }
div.DivClassName
{
background-color: #D0C256;
}
.BgClassName
{
background-color: #D0C256;
}
</style>
border-color css
<style>
span { border-color: #D0C256; }
span { border-color: rgb(208,194,86); }
td.TdClassName
{
border-color: #D0C256;
}
.TagClassName
{
border-color: #D0C256;
}
</style>