Shades of Tacha #D5BE57
Tints of Tacha #D5BE57
RGB
CMYK
RGB Variations
Color information
#D5BE57 (or 0xD5BE57) is known color: Tacha. HEX triplet: D5, BE and 57. RGB value is (213,190,87). Sum of RGB (Red+Green+Blue) = 213+190+87=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 190 (74.61% from 255 or 38.78% from 490); Blue value is 87 (34.38% from 255 or 17.76% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE57 is #2A41A8. Grayscale: #B9B9B9. Windows color (decimal): -2769321 or 5750485. OLE color: 5750485.
HSL color Cylindrical-coordinate representation of color #D5BE57: hue angle of 49.05º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5BE57 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 87 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.16 |
| HSL | 49.05º | 0.6% | 0.59% | - |
| HSV(B) | 49.05º | 0.59% | 0.84% | - |
| XYZ | 47.57 | 51.66 | 16.48 | - |
| YUV | 185.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 87 | 0 | 0.11 | 0.59 | 0.16 | 49.05 | 0.6 | 0.59 |
| Hex | D5 | BE | 57 | 0 | B | 3B | 10 | 31 | 3C | 3B |
| Octal | 325 | 276 | 127 | 0 | 13 | 73 | 20 | 61 | 74 | 73 |
| Binary | 11010101 | 10111110 | 1010111 | 0 | 1011 | 111011 | 10000 | 110001 | 111100 | 111011 |
Color Harmonies of #D5BE57
Complementary color
Monochromatic Colors of #D5BE57
Black with #D5BE57
Text Example
Text Example
White with #D5BE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE57; }
p { color: rgb(213,190,87); }
H1.HeaderClassName
{
color: #D5BE57;
}
.AnyTagClassName
{
color: #D5BE57;
}
</style>
background-color css
<style>
a { background-color: #D5BE57; }
a { background-color: rgb(213,190,87); }
div.DivClassName
{
background-color: #D5BE57;
}
.BgClassName
{
background-color: #D5BE57;
}
</style>
border-color css
<style>
span { border-color: #D5BE57; }
span { border-color: rgb(213,190,87); }
td.TdClassName
{
border-color: #D5BE57;
}
.TagClassName
{
border-color: #D5BE57;
}
</style>