Shades of Tacha #D5BE68
Tints of Tacha #D5BE68
RGB
CMYK
RGB Variations
Color information
#D5BE68 (or 0xD5BE68) is known color: Tacha. HEX triplet: D5, BE and 68. RGB value is (213,190,104). Sum of RGB (Red+Green+Blue) = 213+190+104=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 104 (41.02% from 255 or 20.51% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BE68 is #2A4197. Grayscale: #BBBBBB. Windows color (decimal): -2769304 or 6864597. OLE color: 6864597.
HSL color Cylindrical-coordinate representation of color #D5BE68: hue angle of 47.34º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5BE68 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 190 | 104 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.16 |
| HSL | 47.34º | 0.56% | 0.62% | - |
| HSV(B) | 47.34º | 0.51% | 0.84% | - |
| XYZ | 48.35 | 51.97 | 20.58 | - |
| YUV | 187.07 | 81.12 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 190 | 104 | 0 | 0.11 | 0.51 | 0.16 | 47.34 | 0.56 | 0.62 |
| Hex | D5 | BE | 68 | 0 | B | 33 | 10 | 2F | 38 | 3E |
| Octal | 325 | 276 | 150 | 0 | 13 | 63 | 20 | 57 | 70 | 76 |
| Binary | 11010101 | 10111110 | 1101000 | 0 | 1011 | 110011 | 10000 | 101111 | 111000 | 111110 |
Color Harmonies of #D5BE68
Complementary color
Monochromatic Colors of #D5BE68
Black with #D5BE68
Text Example
Text Example
White with #D5BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BE68; }
p { color: rgb(213,190,104); }
H1.HeaderClassName
{
color: #D5BE68;
}
.AnyTagClassName
{
color: #D5BE68;
}
</style>
background-color css
<style>
a { background-color: #D5BE68; }
a { background-color: rgb(213,190,104); }
div.DivClassName
{
background-color: #D5BE68;
}
.BgClassName
{
background-color: #D5BE68;
}
</style>
border-color css
<style>
span { border-color: #D5BE68; }
span { border-color: rgb(213,190,104); }
td.TdClassName
{
border-color: #D5BE68;
}
.TagClassName
{
border-color: #D5BE68;
}
</style>