Shades of Tacha #D6BB5D
Tints of Tacha #D6BB5D
RGB
CMYK
RGB Variations
Color information
#D6BB5D (or 0xD6BB5D) is known color: Tacha. HEX triplet: D6, BB and 5D. RGB value is (214,187,93). Sum of RGB (Red+Green+Blue) = 214+187+93=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 187 (73.44% from 255 or 37.85% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BB5D is #2944A2. Grayscale: #B8B8B8. Windows color (decimal): -2704547 or 6142934. OLE color: 6142934.
HSL color Cylindrical-coordinate representation of color #D6BB5D: hue angle of 46.61º 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 #D6BB5D is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 93 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.16 |
| HSL | 46.61º | 0.6% | 0.6% | - |
| HSV(B) | 46.61º | 0.57% | 0.84% | - |
| XYZ | 47.48 | 50.63 | 17.63 | - |
| YUV | 184.36 | 76.45 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 93 | 0 | 0.13 | 0.57 | 0.16 | 46.61 | 0.6 | 0.6 |
| Hex | D6 | BB | 5D | 0 | D | 39 | 10 | 2F | 3C | 3C |
| Octal | 326 | 273 | 135 | 0 | 15 | 71 | 20 | 57 | 74 | 74 |
| Binary | 11010110 | 10111011 | 1011101 | 0 | 1101 | 111001 | 10000 | 101111 | 111100 | 111100 |
Color Harmonies of #D6BB5D
Complementary color
Monochromatic Colors of #D6BB5D
Black with #D6BB5D
Text Example
Text Example
White with #D6BB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB5D; }
p { color: rgb(214,187,93); }
H1.HeaderClassName
{
color: #D6BB5D;
}
.AnyTagClassName
{
color: #D6BB5D;
}
</style>
background-color css
<style>
a { background-color: #D6BB5D; }
a { background-color: rgb(214,187,93); }
div.DivClassName
{
background-color: #D6BB5D;
}
.BgClassName
{
background-color: #D6BB5D;
}
</style>
border-color css
<style>
span { border-color: #D6BB5D; }
span { border-color: rgb(214,187,93); }
td.TdClassName
{
border-color: #D6BB5D;
}
.TagClassName
{
border-color: #D6BB5D;
}
</style>