Shades of Tacha #D7B65C
Tints of Tacha #D7B65C
RGB
CMYK
RGB Variations
Color information
#D7B65C (or 0xD7B65C) is known color: Tacha. HEX triplet: D7, B6 and 5C. RGB value is (215,182,92). Sum of RGB (Red+Green+Blue) = 215+182+92=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B65C is #2849A3. Grayscale: #B6B6B6. Windows color (decimal): -2640292 or 6076119. OLE color: 6076119.
HSL color Cylindrical-coordinate representation of color #D7B65C: hue angle of 43.9º degrees, saturation: 0.61, 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 #D7B65C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 182 | 92 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.16 |
| HSL | 43.9º | 0.61% | 0.6% | - |
| HSV(B) | 43.9º | 0.57% | 0.84% | - |
| XYZ | 46.68 | 48.68 | 17.06 | - |
| YUV | 181.61 | 77.43 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 182 | 92 | 0 | 0.15 | 0.57 | 0.16 | 43.9 | 0.61 | 0.6 |
| Hex | D7 | B6 | 5C | 0 | F | 39 | 10 | 2C | 3D | 3C |
| Octal | 327 | 266 | 134 | 0 | 17 | 71 | 20 | 54 | 75 | 74 |
| Binary | 11010111 | 10110110 | 1011100 | 0 | 1111 | 111001 | 10000 | 101100 | 111101 | 111100 |
Color Harmonies of #D7B65C
Complementary color
Monochromatic Colors of #D7B65C
Black with #D7B65C
Text Example
Text Example
White with #D7B65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7B65C; }
p { color: rgb(215,182,92); }
H1.HeaderClassName
{
color: #D7B65C;
}
.AnyTagClassName
{
color: #D7B65C;
}
</style>
background-color css
<style>
a { background-color: #D7B65C; }
a { background-color: rgb(215,182,92); }
div.DivClassName
{
background-color: #D7B65C;
}
.BgClassName
{
background-color: #D7B65C;
}
</style>
border-color css
<style>
span { border-color: #D7B65C; }
span { border-color: rgb(215,182,92); }
td.TdClassName
{
border-color: #D7B65C;
}
.TagClassName
{
border-color: #D7B65C;
}
</style>