Shades of Tacha #D1B45D
Tints of Tacha #D1B45D
RGB
CMYK
RGB Variations
Color information
#D1B45D (or 0xD1B45D) is known color: Tacha. HEX triplet: D1, B4 and 5D. RGB value is (209,180,93). Sum of RGB (Red+Green+Blue) = 209+180+93=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B45D is #2E4BA2. Grayscale: #B3B3B3. Windows color (decimal): -3034019 or 6141137. OLE color: 6141137.
HSL color Cylindrical-coordinate representation of color #D1B45D: hue angle of 45º 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 #D1B45D is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 93 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.18 |
| HSL | 45º | 0.56% | 0.59% | - |
| HSV(B) | 45º | 0.56% | 0.82% | - |
| XYZ | 44.59 | 46.99 | 17.08 | - |
| YUV | 178.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 93 | 0 | 0.14 | 0.56 | 0.18 | 45 | 0.56 | 0.59 |
| Hex | D1 | B4 | 5D | 0 | E | 38 | 12 | 2D | 38 | 3B |
| Octal | 321 | 264 | 135 | 0 | 16 | 70 | 22 | 55 | 70 | 73 |
| Binary | 11010001 | 10110100 | 1011101 | 0 | 1110 | 111000 | 10010 | 101101 | 111000 | 111011 |
Color Harmonies of #D1B45D
Complementary color
Monochromatic Colors of #D1B45D
Black with #D1B45D
Text Example
Text Example
White with #D1B45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B45D; }
p { color: rgb(209,180,93); }
H1.HeaderClassName
{
color: #D1B45D;
}
.AnyTagClassName
{
color: #D1B45D;
}
</style>
background-color css
<style>
a { background-color: #D1B45D; }
a { background-color: rgb(209,180,93); }
div.DivClassName
{
background-color: #D1B45D;
}
.BgClassName
{
background-color: #D1B45D;
}
</style>
border-color css
<style>
span { border-color: #D1B45D; }
span { border-color: rgb(209,180,93); }
td.TdClassName
{
border-color: #D1B45D;
}
.TagClassName
{
border-color: #D1B45D;
}
</style>