Shades of Tacha #D1B65D
Tints of Tacha #D1B65D
RGB
CMYK
RGB Variations
Color information
#D1B65D (or 0xD1B65D) is known color: Tacha. HEX triplet: D1, B6 and 5D. RGB value is (209,182,93). Sum of RGB (Red+Green+Blue) = 209+182+93=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B65D is #2E49A2. Grayscale: #B4B4B4. Windows color (decimal): -3033507 or 6141649. OLE color: 6141649.
HSL color Cylindrical-coordinate representation of color #D1B65D: hue angle of 46.03º 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 #D1B65D is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 93 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.18 |
| HSL | 46.03º | 0.56% | 0.59% | - |
| HSV(B) | 46.03º | 0.56% | 0.82% | - |
| XYZ | 45 | 47.8 | 17.21 | - |
| YUV | 179.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 93 | 0 | 0.13 | 0.56 | 0.18 | 46.03 | 0.56 | 0.59 |
| Hex | D1 | B6 | 5D | 0 | D | 38 | 12 | 2E | 38 | 3B |
| Octal | 321 | 266 | 135 | 0 | 15 | 70 | 22 | 56 | 70 | 73 |
| Binary | 11010001 | 10110110 | 1011101 | 0 | 1101 | 111000 | 10010 | 101110 | 111000 | 111011 |
Color Harmonies of #D1B65D
Complementary color
Monochromatic Colors of #D1B65D
Black with #D1B65D
Text Example
Text Example
White with #D1B65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B65D; }
p { color: rgb(209,182,93); }
H1.HeaderClassName
{
color: #D1B65D;
}
.AnyTagClassName
{
color: #D1B65D;
}
</style>
background-color css
<style>
a { background-color: #D1B65D; }
a { background-color: rgb(209,182,93); }
div.DivClassName
{
background-color: #D1B65D;
}
.BgClassName
{
background-color: #D1B65D;
}
</style>
border-color css
<style>
span { border-color: #D1B65D; }
span { border-color: rgb(209,182,93); }
td.TdClassName
{
border-color: #D1B65D;
}
.TagClassName
{
border-color: #D1B65D;
}
</style>