Shades of Tacha #D5BC5C
Tints of Tacha #D5BC5C
RGB
CMYK
RGB Variations
Color information
#D5BC5C (or 0xD5BC5C) is known color: Tacha. HEX triplet: D5, BC and 5C. RGB value is (213,188,92). Sum of RGB (Red+Green+Blue) = 213+188+92=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BC5C is #2A43A3. Grayscale: #B8B8B8. Windows color (decimal): -2769828 or 6077653. OLE color: 6077653.
HSL color Cylindrical-coordinate representation of color #D5BC5C: hue angle of 47.6º degrees, saturation: 0.59, 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 #D5BC5C is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 188 | 92 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.16 |
| HSL | 47.6º | 0.59% | 0.6% | - |
| HSV(B) | 47.6º | 0.57% | 0.84% | - |
| XYZ | 47.36 | 50.89 | 17.45 | - |
| YUV | 184.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 92 | 0 | 0.12 | 0.57 | 0.16 | 47.6 | 0.59 | 0.6 |
| Hex | D5 | BC | 5C | 0 | C | 39 | 10 | 30 | 3B | 3C |
| Octal | 325 | 274 | 134 | 0 | 14 | 71 | 20 | 60 | 73 | 74 |
| Binary | 11010101 | 10111100 | 1011100 | 0 | 1100 | 111001 | 10000 | 110000 | 111011 | 111100 |
Color Harmonies of #D5BC5C
Complementary color
Monochromatic Colors of #D5BC5C
Black with #D5BC5C
Text Example
Text Example
White with #D5BC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BC5C; }
p { color: rgb(213,188,92); }
H1.HeaderClassName
{
color: #D5BC5C;
}
.AnyTagClassName
{
color: #D5BC5C;
}
</style>
background-color css
<style>
a { background-color: #D5BC5C; }
a { background-color: rgb(213,188,92); }
div.DivClassName
{
background-color: #D5BC5C;
}
.BgClassName
{
background-color: #D5BC5C;
}
</style>
border-color css
<style>
span { border-color: #D5BC5C; }
span { border-color: rgb(213,188,92); }
td.TdClassName
{
border-color: #D5BC5C;
}
.TagClassName
{
border-color: #D5BC5C;
}
</style>