Shades of Tacha #D5BE5C
Tints of Tacha #D5BE5C
RGB
CMYK
RGB Variations
Color information
#D5BE5C (or 0xD5BE5C) is known color: Tacha. HEX triplet: D5, BE and 5C. RGB value is (213,190,92). Sum of RGB (Red+Green+Blue) = 213+190+92=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 190 (74.61% from 255 or 38.38% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE5C is #2A41A3. Grayscale: #BABABA. Windows color (decimal): -2769316 or 6078165. OLE color: 6078165.
HSL color Cylindrical-coordinate representation of color #D5BE5C: hue angle of 48.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 #D5BE5C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 92 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.16 |
| HSL | 48.6º | 0.59% | 0.6% | - |
| HSV(B) | 48.6º | 0.57% | 0.84% | - |
| XYZ | 47.79 | 51.75 | 17.59 | - |
| YUV | 185.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 92 | 0 | 0.11 | 0.57 | 0.16 | 48.6 | 0.59 | 0.6 |
| Hex | D5 | BE | 5C | 0 | B | 39 | 10 | 31 | 3B | 3C |
| Octal | 325 | 276 | 134 | 0 | 13 | 71 | 20 | 61 | 73 | 74 |
| Binary | 11010101 | 10111110 | 1011100 | 0 | 1011 | 111001 | 10000 | 110001 | 111011 | 111100 |
Color Harmonies of #D5BE5C
Complementary color
Monochromatic Colors of #D5BE5C
Black with #D5BE5C
Text Example
Text Example
White with #D5BE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE5C; }
p { color: rgb(213,190,92); }
H1.HeaderClassName
{
color: #D5BE5C;
}
.AnyTagClassName
{
color: #D5BE5C;
}
</style>
background-color css
<style>
a { background-color: #D5BE5C; }
a { background-color: rgb(213,190,92); }
div.DivClassName
{
background-color: #D5BE5C;
}
.BgClassName
{
background-color: #D5BE5C;
}
</style>
border-color css
<style>
span { border-color: #D5BE5C; }
span { border-color: rgb(213,190,92); }
td.TdClassName
{
border-color: #D5BE5C;
}
.TagClassName
{
border-color: #D5BE5C;
}
</style>