Shades of Tacha #D5BF5C
Tints of Tacha #D5BF5C
RGB
CMYK
RGB Variations
Color information
#D5BF5C (or 0xD5BF5C) is known color: Tacha. HEX triplet: D5, BF and 5C. RGB value is (213,191,92). Sum of RGB (Red+Green+Blue) = 213+191+92=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 191 (75% from 255 or 38.51% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF5C is #2A40A3. Grayscale: #BABABA. Windows color (decimal): -2769060 or 6078421. OLE color: 6078421.
HSL color Cylindrical-coordinate representation of color #D5BF5C: hue angle of 49.09º 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 #D5BF5C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 92 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.16 |
| HSL | 49.09º | 0.59% | 0.6% | - |
| HSV(B) | 49.09º | 0.57% | 0.84% | - |
| XYZ | 48 | 52.18 | 17.67 | - |
| YUV | 186.29 | 74.79 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 92 | 0 | 0.10 | 0.57 | 0.16 | 49.09 | 0.59 | 0.6 |
| Hex | D5 | BF | 5C | 0 | A | 39 | 10 | 31 | 3B | 3C |
| Octal | 325 | 277 | 134 | 0 | 12 | 71 | 20 | 61 | 73 | 74 |
| Binary | 11010101 | 10111111 | 1011100 | 0 | 1010 | 111001 | 10000 | 110001 | 111011 | 111100 |
Color Harmonies of #D5BF5C
Complementary color
Monochromatic Colors of #D5BF5C
Black with #D5BF5C
Text Example
Text Example
White with #D5BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF5C; }
p { color: rgb(213,191,92); }
H1.HeaderClassName
{
color: #D5BF5C;
}
.AnyTagClassName
{
color: #D5BF5C;
}
</style>
background-color css
<style>
a { background-color: #D5BF5C; }
a { background-color: rgb(213,191,92); }
div.DivClassName
{
background-color: #D5BF5C;
}
.BgClassName
{
background-color: #D5BF5C;
}
</style>
border-color css
<style>
span { border-color: #D5BF5C; }
span { border-color: rgb(213,191,92); }
td.TdClassName
{
border-color: #D5BF5C;
}
.TagClassName
{
border-color: #D5BF5C;
}
</style>