Shades of Tacha #D7C256
Tints of Tacha #D7C256
RGB
CMYK
RGB Variations
Color information
#D7C256 (or 0xD7C256) is known color: Tacha. HEX triplet: D7, C2 and 56. RGB value is (215,194,86). Sum of RGB (Red+Green+Blue) = 215+194+86=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 194 (76.17% from 255 or 39.19% from 495); Blue value is 86 (33.98% from 255 or 17.37% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C256 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C256 is #283DA9. Grayscale: #BCBCBC. Windows color (decimal): -2637226 or 5685975. OLE color: 5685975.
HSL color Cylindrical-coordinate representation of color #D7C256: hue angle of 50.23º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D7C256 is Cyan = 0, Magento = 0.10, Yellow = 0.6 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 194 | 86 | - |
| CMYK | 0 | 0.10 | 0.6 | 0.16 |
| HSL | 50.23º | 0.62% | 0.59% | - |
| HSV(B) | 50.23º | 0.6% | 0.84% | - |
| XYZ | 49 | 53.7 | 16.59 | - |
| YUV | 187.97 | 70.46 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 194 | 86 | 0 | 0.10 | 0.6 | 0.16 | 50.23 | 0.62 | 0.59 |
| Hex | D7 | C2 | 56 | 0 | A | 3C | 10 | 32 | 3E | 3B |
| Octal | 327 | 302 | 126 | 0 | 12 | 74 | 20 | 62 | 76 | 73 |
| Binary | 11010111 | 11000010 | 1010110 | 0 | 1010 | 111100 | 10000 | 110010 | 111110 | 111011 |
Color Harmonies of #D7C256
Complementary color
Monochromatic Colors of #D7C256
Black with #D7C256
Text Example
Text Example
White with #D7C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C256; }
p { color: rgb(215,194,86); }
H1.HeaderClassName
{
color: #D7C256;
}
.AnyTagClassName
{
color: #D7C256;
}
</style>
background-color css
<style>
a { background-color: #D7C256; }
a { background-color: rgb(215,194,86); }
div.DivClassName
{
background-color: #D7C256;
}
.BgClassName
{
background-color: #D7C256;
}
</style>
border-color css
<style>
span { border-color: #D7C256; }
span { border-color: rgb(215,194,86); }
td.TdClassName
{
border-color: #D7C256;
}
.TagClassName
{
border-color: #D7C256;
}
</style>