Shades of Tacha #D2B356
Tints of Tacha #D2B356
RGB
CMYK
RGB Variations
Color information
#D2B356 (or 0xD2B356) is known color: Tacha. HEX triplet: D2, B3 and 56. RGB value is (210,179,86). Sum of RGB (Red+Green+Blue) = 210+179+86=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 179 (70.31% from 255 or 37.68% from 475); Blue value is 86 (33.98% from 255 or 18.11% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B356 is #2D4CA9. Grayscale: #B2B2B2. Windows color (decimal): -2968746 or 5682130. OLE color: 5682130.
HSL color Cylindrical-coordinate representation of color #D2B356: hue angle of 45º degrees, saturation: 0.58, 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 #D2B356 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 86 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.18 |
| HSL | 45º | 0.58% | 0.58% | - |
| HSV(B) | 45º | 0.59% | 0.82% | - |
| XYZ | 44.38 | 46.61 | 15.46 | - |
| YUV | 177.67 | 76.27 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 86 | 0 | 0.15 | 0.59 | 0.18 | 45 | 0.58 | 0.58 |
| Hex | D2 | B3 | 56 | 0 | F | 3B | 12 | 2D | 3A | 3A |
| Octal | 322 | 263 | 126 | 0 | 17 | 73 | 22 | 55 | 72 | 72 |
| Binary | 11010010 | 10110011 | 1010110 | 0 | 1111 | 111011 | 10010 | 101101 | 111010 | 111010 |
Color Harmonies of #D2B356
Complementary color
Monochromatic Colors of #D2B356
Black with #D2B356
Text Example
Text Example
White with #D2B356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B356; }
p { color: rgb(210,179,86); }
H1.HeaderClassName
{
color: #D2B356;
}
.AnyTagClassName
{
color: #D2B356;
}
</style>
background-color css
<style>
a { background-color: #D2B356; }
a { background-color: rgb(210,179,86); }
div.DivClassName
{
background-color: #D2B356;
}
.BgClassName
{
background-color: #D2B356;
}
</style>
border-color css
<style>
span { border-color: #D2B356; }
span { border-color: rgb(210,179,86); }
td.TdClassName
{
border-color: #D2B356;
}
.TagClassName
{
border-color: #D2B356;
}
</style>