Shades of Tacha #D3B555
Tints of Tacha #D3B555
RGB
CMYK
RGB Variations
Color information
#D3B555 (or 0xD3B555) is known color: Tacha. HEX triplet: D3, B5 and 55. RGB value is (211,181,85). Sum of RGB (Red+Green+Blue) = 211+181+85=477 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.23% from 477); Green value is 181 (71.09% from 255 or 37.95% from 477); Blue value is 85 (33.59% from 255 or 17.82% from 477); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B555 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3B555 is #2C4AAA. Grayscale: #B3B3B3. Windows color (decimal): -2902699 or 5617107. OLE color: 5617107.
HSL color Cylindrical-coordinate representation of color #D3B555: hue angle of 45.71º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D3B555 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 181 | 85 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.17 |
| HSL | 45.71º | 0.59% | 0.58% | - |
| HSV(B) | 45.71º | 0.6% | 0.83% | - |
| XYZ | 45.03 | 47.55 | 15.4 | - |
| YUV | 179.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 85 | 0 | 0.14 | 0.60 | 0.17 | 45.71 | 0.59 | 0.58 |
| Hex | D3 | B5 | 55 | 0 | E | 3C | 11 | 2E | 3B | 3A |
| Octal | 323 | 265 | 125 | 0 | 16 | 74 | 21 | 56 | 73 | 72 |
| Binary | 11010011 | 10110101 | 1010101 | 0 | 1110 | 111100 | 10001 | 101110 | 111011 | 111010 |
Color Harmonies of #D3B555
Complementary color
Monochromatic Colors of #D3B555
Black with #D3B555
Text Example
Text Example
White with #D3B555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B555; }
p { color: rgb(211,181,85); }
H1.HeaderClassName
{
color: #D3B555;
}
.AnyTagClassName
{
color: #D3B555;
}
</style>
background-color css
<style>
a { background-color: #D3B555; }
a { background-color: rgb(211,181,85); }
div.DivClassName
{
background-color: #D3B555;
}
.BgClassName
{
background-color: #D3B555;
}
</style>
border-color css
<style>
span { border-color: #D3B555; }
span { border-color: rgb(211,181,85); }
td.TdClassName
{
border-color: #D3B555;
}
.TagClassName
{
border-color: #D3B555;
}
</style>