Shades of Tacha #D1BF5D
Tints of Tacha #D1BF5D
RGB
CMYK
RGB Variations
Color information
#D1BF5D (or 0xD1BF5D) is known color: Tacha. HEX triplet: D1, BF and 5D. RGB value is (209,191,93). Sum of RGB (Red+Green+Blue) = 209+191+93=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 93 (36.72% from 255 or 18.86% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF5D is #2E40A2. Grayscale: #B9B9B9. Windows color (decimal): -3031203 or 6143953. OLE color: 6143953.
HSL color Cylindrical-coordinate representation of color #D1BF5D: hue angle of 50.69º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1BF5D is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 93 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.69º | 0.56% | 0.59% | - |
| HSV(B) | 50.69º | 0.56% | 0.82% | - |
| XYZ | 46.9 | 51.61 | 17.85 | - |
| YUV | 185.21 | 75.96 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 93 | 0 | 0.09 | 0.56 | 0.18 | 50.69 | 0.56 | 0.59 |
| Hex | D1 | BF | 5D | 0 | 9 | 38 | 12 | 33 | 38 | 3B |
| Octal | 321 | 277 | 135 | 0 | 11 | 70 | 22 | 63 | 70 | 73 |
| Binary | 11010001 | 10111111 | 1011101 | 0 | 1001 | 111000 | 10010 | 110011 | 111000 | 111011 |
Color Harmonies of #D1BF5D
Complementary color
Monochromatic Colors of #D1BF5D
Black with #D1BF5D
Text Example
Text Example
White with #D1BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF5D; }
p { color: rgb(209,191,93); }
H1.HeaderClassName
{
color: #D1BF5D;
}
.AnyTagClassName
{
color: #D1BF5D;
}
</style>
background-color css
<style>
a { background-color: #D1BF5D; }
a { background-color: rgb(209,191,93); }
div.DivClassName
{
background-color: #D1BF5D;
}
.BgClassName
{
background-color: #D1BF5D;
}
</style>
border-color css
<style>
span { border-color: #D1BF5D; }
span { border-color: rgb(209,191,93); }
td.TdClassName
{
border-color: #D1BF5D;
}
.TagClassName
{
border-color: #D1BF5D;
}
</style>