Shades of Tacha #D3B359
Tints of Tacha #D3B359
RGB
CMYK
RGB Variations
Color information
#D3B359 (or 0xD3B359) is known color: Tacha. HEX triplet: D3, B3 and 59. RGB value is (211,179,89). Sum of RGB (Red+Green+Blue) = 211+179+89=479 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.05% from 479); Green value is 179 (70.31% from 255 or 37.37% from 479); Blue value is 89 (35.16% from 255 or 18.58% from 479); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B359 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B359 is #2C4CA6. Grayscale: #B2B2B2. Windows color (decimal): -2903207 or 5878739. OLE color: 5878739.
HSL color Cylindrical-coordinate representation of color #D3B359: hue angle of 44.26º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D3B359 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 89 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.17 |
| HSL | 44.26º | 0.58% | 0.59% | - |
| HSV(B) | 44.26º | 0.58% | 0.83% | - |
| XYZ | 44.79 | 46.81 | 16.13 | - |
| YUV | 178.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 89 | 0 | 0.15 | 0.58 | 0.17 | 44.26 | 0.58 | 0.59 |
| Hex | D3 | B3 | 59 | 0 | F | 3A | 11 | 2C | 3A | 3B |
| Octal | 323 | 263 | 131 | 0 | 17 | 72 | 21 | 54 | 72 | 73 |
| Binary | 11010011 | 10110011 | 1011001 | 0 | 1111 | 111010 | 10001 | 101100 | 111010 | 111011 |
Color Harmonies of #D3B359
Complementary color
Monochromatic Colors of #D3B359
Black with #D3B359
Text Example
Text Example
White with #D3B359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B359; }
p { color: rgb(211,179,89); }
H1.HeaderClassName
{
color: #D3B359;
}
.AnyTagClassName
{
color: #D3B359;
}
</style>
background-color css
<style>
a { background-color: #D3B359; }
a { background-color: rgb(211,179,89); }
div.DivClassName
{
background-color: #D3B359;
}
.BgClassName
{
background-color: #D3B359;
}
</style>
border-color css
<style>
span { border-color: #D3B359; }
span { border-color: rgb(211,179,89); }
td.TdClassName
{
border-color: #D3B359;
}
.TagClassName
{
border-color: #D3B359;
}
</style>