Shades of Tacha #D1B45C
Tints of Tacha #D1B45C
RGB
CMYK
RGB Variations
Color information
#D1B45C (or 0xD1B45C) is known color: Tacha. HEX triplet: D1, B4 and 5C. RGB value is (209,180,92). Sum of RGB (Red+Green+Blue) = 209+180+92=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B45C is #2E4BA3. Grayscale: #B3B3B3. Windows color (decimal): -3034020 or 6075601. OLE color: 6075601.
HSL color Cylindrical-coordinate representation of color #D1B45C: hue angle of 45.13º 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 #D1B45C is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 92 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.18 |
| HSL | 45.13º | 0.56% | 0.59% | - |
| HSV(B) | 45.13º | 0.56% | 0.82% | - |
| XYZ | 44.55 | 46.97 | 16.84 | - |
| YUV | 178.64 | 79.11 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 92 | 0 | 0.14 | 0.56 | 0.18 | 45.13 | 0.56 | 0.59 |
| Hex | D1 | B4 | 5C | 0 | E | 38 | 12 | 2D | 38 | 3B |
| Octal | 321 | 264 | 134 | 0 | 16 | 70 | 22 | 55 | 70 | 73 |
| Binary | 11010001 | 10110100 | 1011100 | 0 | 1110 | 111000 | 10010 | 101101 | 111000 | 111011 |
Color Harmonies of #D1B45C
Complementary color
Monochromatic Colors of #D1B45C
Black with #D1B45C
Text Example
Text Example
White with #D1B45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B45C; }
p { color: rgb(209,180,92); }
H1.HeaderClassName
{
color: #D1B45C;
}
.AnyTagClassName
{
color: #D1B45C;
}
</style>
background-color css
<style>
a { background-color: #D1B45C; }
a { background-color: rgb(209,180,92); }
div.DivClassName
{
background-color: #D1B45C;
}
.BgClassName
{
background-color: #D1B45C;
}
</style>
border-color css
<style>
span { border-color: #D1B45C; }
span { border-color: rgb(209,180,92); }
td.TdClassName
{
border-color: #D1B45C;
}
.TagClassName
{
border-color: #D1B45C;
}
</style>