Shades of Tacha #D6B65C
Tints of Tacha #D6B65C
RGB
CMYK
RGB Variations
Color information
#D6B65C (or 0xD6B65C) is known color: Tacha. HEX triplet: D6, B6 and 5C. RGB value is (214,182,92). Sum of RGB (Red+Green+Blue) = 214+182+92=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B65C is #2949A3. Grayscale: #B5B5B5. Windows color (decimal): -2705828 or 6076118. OLE color: 6076118.
HSL color Cylindrical-coordinate representation of color #D6B65C: hue angle of 44.26º 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 #D6B65C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 92 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.16 |
| HSL | 44.26º | 0.6% | 0.6% | - |
| HSV(B) | 44.26º | 0.57% | 0.84% | - |
| XYZ | 46.39 | 48.52 | 17.05 | - |
| YUV | 181.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 92 | 0 | 0.15 | 0.57 | 0.16 | 44.26 | 0.6 | 0.6 |
| Hex | D6 | B6 | 5C | 0 | F | 39 | 10 | 2C | 3C | 3C |
| Octal | 326 | 266 | 134 | 0 | 17 | 71 | 20 | 54 | 74 | 74 |
| Binary | 11010110 | 10110110 | 1011100 | 0 | 1111 | 111001 | 10000 | 101100 | 111100 | 111100 |
Color Harmonies of #D6B65C
Complementary color
Monochromatic Colors of #D6B65C
Black with #D6B65C
Text Example
Text Example
White with #D6B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B65C; }
p { color: rgb(214,182,92); }
H1.HeaderClassName
{
color: #D6B65C;
}
.AnyTagClassName
{
color: #D6B65C;
}
</style>
background-color css
<style>
a { background-color: #D6B65C; }
a { background-color: rgb(214,182,92); }
div.DivClassName
{
background-color: #D6B65C;
}
.BgClassName
{
background-color: #D6B65C;
}
</style>
border-color css
<style>
span { border-color: #D6B65C; }
span { border-color: rgb(214,182,92); }
td.TdClassName
{
border-color: #D6B65C;
}
.TagClassName
{
border-color: #D6B65C;
}
</style>