Shades of Tacha #D6B55D
Tints of Tacha #D6B55D
RGB
CMYK
RGB Variations
Color information
#D6B55D (or 0xD6B55D) is known color: Tacha. HEX triplet: D6, B5 and 5D. RGB value is (214,181,93). Sum of RGB (Red+Green+Blue) = 214+181+93=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B55D is #294AA2. Grayscale: #B5B5B5. Windows color (decimal): -2706083 or 6141398. OLE color: 6141398.
HSL color Cylindrical-coordinate representation of color #D6B55D: hue angle of 43.64º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6B55D is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 93 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.16 |
| HSL | 43.64º | 0.6% | 0.6% | - |
| HSV(B) | 43.64º | 0.57% | 0.84% | - |
| XYZ | 46.23 | 48.13 | 17.21 | - |
| YUV | 180.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 93 | 0 | 0.15 | 0.57 | 0.16 | 43.64 | 0.6 | 0.6 |
| Hex | D6 | B5 | 5D | 0 | F | 39 | 10 | 2C | 3C | 3C |
| Octal | 326 | 265 | 135 | 0 | 17 | 71 | 20 | 54 | 74 | 74 |
| Binary | 11010110 | 10110101 | 1011101 | 0 | 1111 | 111001 | 10000 | 101100 | 111100 | 111100 |
Color Harmonies of #D6B55D
Complementary color
Monochromatic Colors of #D6B55D
Black with #D6B55D
Text Example
Text Example
White with #D6B55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B55D; }
p { color: rgb(214,181,93); }
H1.HeaderClassName
{
color: #D6B55D;
}
.AnyTagClassName
{
color: #D6B55D;
}
</style>
background-color css
<style>
a { background-color: #D6B55D; }
a { background-color: rgb(214,181,93); }
div.DivClassName
{
background-color: #D6B55D;
}
.BgClassName
{
background-color: #D6B55D;
}
</style>
border-color css
<style>
span { border-color: #D6B55D; }
span { border-color: rgb(214,181,93); }
td.TdClassName
{
border-color: #D6B55D;
}
.TagClassName
{
border-color: #D6B55D;
}
</style>