Shades of Tacha #D5BE52
Tints of Tacha #D5BE52
RGB
CMYK
RGB Variations
Color information
#D5BE52 (or 0xD5BE52) is known color: Tacha. HEX triplet: D5, BE and 52. RGB value is (213,190,82). Sum of RGB (Red+Green+Blue) = 213+190+82=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 190 (74.61% from 255 or 39.18% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE52 is #2A41AD. Grayscale: #B9B9B9. Windows color (decimal): -2769326 or 5422805. OLE color: 5422805.
HSL color Cylindrical-coordinate representation of color #D5BE52: hue angle of 49.47º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D5BE52 is Cyan = 0, Magento = 0.11, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 82 | - |
| CMYK | 0 | 0.11 | 0.62 | 0.16 |
| HSL | 49.47º | 0.61% | 0.58% | - |
| HSV(B) | 49.47º | 0.62% | 0.84% | - |
| XYZ | 47.38 | 51.58 | 15.44 | - |
| YUV | 184.57 | 70.12 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 82 | 0 | 0.11 | 0.62 | 0.16 | 49.47 | 0.61 | 0.58 |
| Hex | D5 | BE | 52 | 0 | B | 3E | 10 | 31 | 3D | 3A |
| Octal | 325 | 276 | 122 | 0 | 13 | 76 | 20 | 61 | 75 | 72 |
| Binary | 11010101 | 10111110 | 1010010 | 0 | 1011 | 111110 | 10000 | 110001 | 111101 | 111010 |
Color Harmonies of #D5BE52
Complementary color
Monochromatic Colors of #D5BE52
Black with #D5BE52
Text Example
Text Example
White with #D5BE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE52; }
p { color: rgb(213,190,82); }
H1.HeaderClassName
{
color: #D5BE52;
}
.AnyTagClassName
{
color: #D5BE52;
}
</style>
background-color css
<style>
a { background-color: #D5BE52; }
a { background-color: rgb(213,190,82); }
div.DivClassName
{
background-color: #D5BE52;
}
.BgClassName
{
background-color: #D5BE52;
}
</style>
border-color css
<style>
span { border-color: #D5BE52; }
span { border-color: rgb(213,190,82); }
td.TdClassName
{
border-color: #D5BE52;
}
.TagClassName
{
border-color: #D5BE52;
}
</style>