Shades of Tacha #D2B355
Tints of Tacha #D2B355
RGB
CMYK
RGB Variations
Color information
#D2B355 (or 0xD2B355) is known color: Tacha. HEX triplet: D2, B3 and 55. RGB value is (210,179,85). Sum of RGB (Red+Green+Blue) = 210+179+85=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 179 (70.31% from 255 or 37.76% from 474); Blue value is 85 (33.59% from 255 or 17.93% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B355 is #2D4CAA. Grayscale: #B1B1B1. Windows color (decimal): -2968747 or 5616594. OLE color: 5616594.
HSL color Cylindrical-coordinate representation of color #D2B355: hue angle of 45.12º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2B355 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 85 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.18 |
| HSL | 45.12º | 0.58% | 0.58% | - |
| HSV(B) | 45.12º | 0.6% | 0.82% | - |
| XYZ | 44.34 | 46.6 | 15.25 | - |
| YUV | 177.55 | 75.77 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 85 | 0 | 0.15 | 0.60 | 0.18 | 45.12 | 0.58 | 0.58 |
| Hex | D2 | B3 | 55 | 0 | F | 3C | 12 | 2D | 3A | 3A |
| Octal | 322 | 263 | 125 | 0 | 17 | 74 | 22 | 55 | 72 | 72 |
| Binary | 11010010 | 10110011 | 1010101 | 0 | 1111 | 111100 | 10010 | 101101 | 111010 | 111010 |
Color Harmonies of #D2B355
Complementary color
Monochromatic Colors of #D2B355
Black with #D2B355
Text Example
Text Example
White with #D2B355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B355; }
p { color: rgb(210,179,85); }
H1.HeaderClassName
{
color: #D2B355;
}
.AnyTagClassName
{
color: #D2B355;
}
</style>
background-color css
<style>
a { background-color: #D2B355; }
a { background-color: rgb(210,179,85); }
div.DivClassName
{
background-color: #D2B355;
}
.BgClassName
{
background-color: #D2B355;
}
</style>
border-color css
<style>
span { border-color: #D2B355; }
span { border-color: rgb(210,179,85); }
td.TdClassName
{
border-color: #D2B355;
}
.TagClassName
{
border-color: #D2B355;
}
</style>