Shades of Tacha #D5BE55
Tints of Tacha #D5BE55
RGB
CMYK
RGB Variations
Color information
#D5BE55 (or 0xD5BE55) is known color: Tacha. HEX triplet: D5, BE and 55. RGB value is (213,190,85). Sum of RGB (Red+Green+Blue) = 213+190+85=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE55 is #2A41AA. Grayscale: #B9B9B9. Windows color (decimal): -2769323 or 5619413. OLE color: 5619413.
HSL color Cylindrical-coordinate representation of color #D5BE55: hue angle of 49.22º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5BE55 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 85 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.16 |
| HSL | 49.22º | 0.6% | 0.58% | - |
| HSV(B) | 49.22º | 0.6% | 0.84% | - |
| XYZ | 47.49 | 51.63 | 16.06 | - |
| YUV | 184.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 85 | 0 | 0.11 | 0.60 | 0.16 | 49.22 | 0.6 | 0.58 |
| Hex | D5 | BE | 55 | 0 | B | 3C | 10 | 31 | 3C | 3A |
| Octal | 325 | 276 | 125 | 0 | 13 | 74 | 20 | 61 | 74 | 72 |
| Binary | 11010101 | 10111110 | 1010101 | 0 | 1011 | 111100 | 10000 | 110001 | 111100 | 111010 |
Color Harmonies of #D5BE55
Complementary color
Monochromatic Colors of #D5BE55
Black with #D5BE55
Text Example
Text Example
White with #D5BE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE55; }
p { color: rgb(213,190,85); }
H1.HeaderClassName
{
color: #D5BE55;
}
.AnyTagClassName
{
color: #D5BE55;
}
</style>
background-color css
<style>
a { background-color: #D5BE55; }
a { background-color: rgb(213,190,85); }
div.DivClassName
{
background-color: #D5BE55;
}
.BgClassName
{
background-color: #D5BE55;
}
</style>
border-color css
<style>
span { border-color: #D5BE55; }
span { border-color: rgb(213,190,85); }
td.TdClassName
{
border-color: #D5BE55;
}
.TagClassName
{
border-color: #D5BE55;
}
</style>