Shades of Tacha #D7BB5D
Tints of Tacha #D7BB5D
RGB
CMYK
RGB Variations
Color information
#D7BB5D (or 0xD7BB5D) is known color: Tacha. HEX triplet: D7, BB and 5D. RGB value is (215,187,93). Sum of RGB (Red+Green+Blue) = 215+187+93=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7BB5D is #2844A2. Grayscale: #B9B9B9. Windows color (decimal): -2639011 or 6142935. OLE color: 6142935.
HSL color Cylindrical-coordinate representation of color #D7BB5D: hue angle of 46.23º 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 #D7BB5D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 187 | 93 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.16 |
| HSL | 46.23º | 0.6% | 0.6% | - |
| HSV(B) | 46.23º | 0.57% | 0.84% | - |
| XYZ | 47.77 | 50.78 | 17.64 | - |
| YUV | 184.66 | 76.28 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 187 | 93 | 0 | 0.13 | 0.57 | 0.16 | 46.23 | 0.6 | 0.6 |
| Hex | D7 | BB | 5D | 0 | D | 39 | 10 | 2E | 3C | 3C |
| Octal | 327 | 273 | 135 | 0 | 15 | 71 | 20 | 56 | 74 | 74 |
| Binary | 11010111 | 10111011 | 1011101 | 0 | 1101 | 111001 | 10000 | 101110 | 111100 | 111100 |
Color Harmonies of #D7BB5D
Complementary color
Monochromatic Colors of #D7BB5D
Black with #D7BB5D
Text Example
Text Example
White with #D7BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BB5D; }
p { color: rgb(215,187,93); }
H1.HeaderClassName
{
color: #D7BB5D;
}
.AnyTagClassName
{
color: #D7BB5D;
}
</style>
background-color css
<style>
a { background-color: #D7BB5D; }
a { background-color: rgb(215,187,93); }
div.DivClassName
{
background-color: #D7BB5D;
}
.BgClassName
{
background-color: #D7BB5D;
}
</style>
border-color css
<style>
span { border-color: #D7BB5D; }
span { border-color: rgb(215,187,93); }
td.TdClassName
{
border-color: #D7BB5D;
}
.TagClassName
{
border-color: #D7BB5D;
}
</style>