Shades of Tacha #D5BF68
Tints of Tacha #D5BF68
RGB
CMYK
RGB Variations
Color information
#D5BF68 (or 0xD5BF68) is known color: Tacha. HEX triplet: D5, BF and 68. RGB value is (213,191,104). Sum of RGB (Red+Green+Blue) = 213+191+104=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5BF68 is #2A4097. Grayscale: #BCBCBC. Windows color (decimal): -2769048 or 6864853. OLE color: 6864853.
HSL color Cylindrical-coordinate representation of color #D5BF68: hue angle of 47.89º 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 #D5BF68 is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 191 | 104 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.16 |
| HSL | 47.89º | 0.56% | 0.62% | - |
| HSV(B) | 47.89º | 0.51% | 0.84% | - |
| XYZ | 48.57 | 52.41 | 20.65 | - |
| YUV | 187.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 191 | 104 | 0 | 0.10 | 0.51 | 0.16 | 47.89 | 0.56 | 0.62 |
| Hex | D5 | BF | 68 | 0 | A | 33 | 10 | 30 | 38 | 3E |
| Octal | 325 | 277 | 150 | 0 | 12 | 63 | 20 | 60 | 70 | 76 |
| Binary | 11010101 | 10111111 | 1101000 | 0 | 1010 | 110011 | 10000 | 110000 | 111000 | 111110 |
Color Harmonies of #D5BF68
Complementary color
Monochromatic Colors of #D5BF68
Black with #D5BF68
Text Example
Text Example
White with #D5BF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BF68; }
p { color: rgb(213,191,104); }
H1.HeaderClassName
{
color: #D5BF68;
}
.AnyTagClassName
{
color: #D5BF68;
}
</style>
background-color css
<style>
a { background-color: #D5BF68; }
a { background-color: rgb(213,191,104); }
div.DivClassName
{
background-color: #D5BF68;
}
.BgClassName
{
background-color: #D5BF68;
}
</style>
border-color css
<style>
span { border-color: #D5BF68; }
span { border-color: rgb(213,191,104); }
td.TdClassName
{
border-color: #D5BF68;
}
.TagClassName
{
border-color: #D5BF68;
}
</style>