Shades of Tacha #D1B75D
Tints of Tacha #D1B75D
RGB
CMYK
RGB Variations
Color information
#D1B75D (or 0xD1B75D) is known color: Tacha. HEX triplet: D1, B7 and 5D. RGB value is (209,183,93). Sum of RGB (Red+Green+Blue) = 209+183+93=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B75D is #2E48A2. Grayscale: #B4B4B4. Windows color (decimal): -3033251 or 6141905. OLE color: 6141905.
HSL color Cylindrical-coordinate representation of color #D1B75D: hue angle of 46.55º 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 #D1B75D is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 183 | 93 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.18 |
| HSL | 46.55º | 0.56% | 0.59% | - |
| HSV(B) | 46.55º | 0.56% | 0.82% | - |
| XYZ | 45.2 | 48.21 | 17.28 | - |
| YUV | 180.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 183 | 93 | 0 | 0.12 | 0.56 | 0.18 | 46.55 | 0.56 | 0.59 |
| Hex | D1 | B7 | 5D | 0 | C | 38 | 12 | 2F | 38 | 3B |
| Octal | 321 | 267 | 135 | 0 | 14 | 70 | 22 | 57 | 70 | 73 |
| Binary | 11010001 | 10110111 | 1011101 | 0 | 1100 | 111000 | 10010 | 101111 | 111000 | 111011 |
Color Harmonies of #D1B75D
Complementary color
Monochromatic Colors of #D1B75D
Black with #D1B75D
Text Example
Text Example
White with #D1B75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B75D; }
p { color: rgb(209,183,93); }
H1.HeaderClassName
{
color: #D1B75D;
}
.AnyTagClassName
{
color: #D1B75D;
}
</style>
background-color css
<style>
a { background-color: #D1B75D; }
a { background-color: rgb(209,183,93); }
div.DivClassName
{
background-color: #D1B75D;
}
.BgClassName
{
background-color: #D1B75D;
}
</style>
border-color css
<style>
span { border-color: #D1B75D; }
span { border-color: rgb(209,183,93); }
td.TdClassName
{
border-color: #D1B75D;
}
.TagClassName
{
border-color: #D1B75D;
}
</style>