Shades of Tacha #D6B75C
Tints of Tacha #D6B75C
RGB
CMYK
RGB Variations
Color information
#D6B75C (or 0xD6B75C) is known color: Tacha. HEX triplet: D6, B7 and 5C. RGB value is (214,183,92). Sum of RGB (Red+Green+Blue) = 214+183+92=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B75C is #2948A3. Grayscale: #B6B6B6. Windows color (decimal): -2705572 or 6076374. OLE color: 6076374.
HSL color Cylindrical-coordinate representation of color #D6B75C: hue angle of 44.75º 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 #D6B75C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 92 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.16 |
| HSL | 44.75º | 0.6% | 0.6% | - |
| HSV(B) | 44.75º | 0.57% | 0.84% | - |
| XYZ | 46.6 | 48.94 | 17.11 | - |
| YUV | 181.9 | 77.27 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 92 | 0 | 0.14 | 0.57 | 0.16 | 44.75 | 0.6 | 0.6 |
| Hex | D6 | B7 | 5C | 0 | E | 39 | 10 | 2D | 3C | 3C |
| Octal | 326 | 267 | 134 | 0 | 16 | 71 | 20 | 55 | 74 | 74 |
| Binary | 11010110 | 10110111 | 1011100 | 0 | 1110 | 111001 | 10000 | 101101 | 111100 | 111100 |
Color Harmonies of #D6B75C
Complementary color
Monochromatic Colors of #D6B75C
Black with #D6B75C
Text Example
Text Example
White with #D6B75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B75C; }
p { color: rgb(214,183,92); }
H1.HeaderClassName
{
color: #D6B75C;
}
.AnyTagClassName
{
color: #D6B75C;
}
</style>
background-color css
<style>
a { background-color: #D6B75C; }
a { background-color: rgb(214,183,92); }
div.DivClassName
{
background-color: #D6B75C;
}
.BgClassName
{
background-color: #D6B75C;
}
</style>
border-color css
<style>
span { border-color: #D6B75C; }
span { border-color: rgb(214,183,92); }
td.TdClassName
{
border-color: #D6B75C;
}
.TagClassName
{
border-color: #D6B75C;
}
</style>