Shades of Tacha #D6B85D
Tints of Tacha #D6B85D
RGB
CMYK
RGB Variations
Color information
#D6B85D (or 0xD6B85D) is known color: Tacha. HEX triplet: D6, B8 and 5D. RGB value is (214,184,93). Sum of RGB (Red+Green+Blue) = 214+184+93=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B85D is #2947A2. Grayscale: #B6B6B6. Windows color (decimal): -2705315 or 6142166. OLE color: 6142166.
HSL color Cylindrical-coordinate representation of color #D6B85D: hue angle of 45.12º 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 #D6B85D is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 93 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.16 |
| HSL | 45.12º | 0.6% | 0.6% | - |
| HSV(B) | 45.12º | 0.57% | 0.84% | - |
| XYZ | 46.85 | 49.37 | 17.42 | - |
| YUV | 182.6 | 77.44 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 93 | 0 | 0.14 | 0.57 | 0.16 | 45.12 | 0.6 | 0.6 |
| Hex | D6 | B8 | 5D | 0 | E | 39 | 10 | 2D | 3C | 3C |
| Octal | 326 | 270 | 135 | 0 | 16 | 71 | 20 | 55 | 74 | 74 |
| Binary | 11010110 | 10111000 | 1011101 | 0 | 1110 | 111001 | 10000 | 101101 | 111100 | 111100 |
Color Harmonies of #D6B85D
Complementary color
Monochromatic Colors of #D6B85D
Black with #D6B85D
Text Example
Text Example
White with #D6B85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B85D; }
p { color: rgb(214,184,93); }
H1.HeaderClassName
{
color: #D6B85D;
}
.AnyTagClassName
{
color: #D6B85D;
}
</style>
background-color css
<style>
a { background-color: #D6B85D; }
a { background-color: rgb(214,184,93); }
div.DivClassName
{
background-color: #D6B85D;
}
.BgClassName
{
background-color: #D6B85D;
}
</style>
border-color css
<style>
span { border-color: #D6B85D; }
span { border-color: rgb(214,184,93); }
td.TdClassName
{
border-color: #D6B85D;
}
.TagClassName
{
border-color: #D6B85D;
}
</style>