Shades of Tacha #D1B45B
Tints of Tacha #D1B45B
RGB
CMYK
RGB Variations
Color information
#D1B45B (or 0xD1B45B) is known color: Tacha. HEX triplet: D1, B4 and 5B. RGB value is (209,180,91). Sum of RGB (Red+Green+Blue) = 209+180+91=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B45B is #2E4BA4. Grayscale: #B2B2B2. Windows color (decimal): -3034021 or 6010065. OLE color: 6010065.
HSL color Cylindrical-coordinate representation of color #D1B45B: hue angle of 45.25º 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 #D1B45B is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 180 | 91 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.18 |
| HSL | 45.25º | 0.56% | 0.59% | - |
| HSV(B) | 45.25º | 0.56% | 0.82% | - |
| XYZ | 44.5 | 46.95 | 16.61 | - |
| YUV | 178.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 91 | 0 | 0.14 | 0.56 | 0.18 | 45.25 | 0.56 | 0.59 |
| Hex | D1 | B4 | 5B | 0 | E | 38 | 12 | 2D | 38 | 3B |
| Octal | 321 | 264 | 133 | 0 | 16 | 70 | 22 | 55 | 70 | 73 |
| Binary | 11010001 | 10110100 | 1011011 | 0 | 1110 | 111000 | 10010 | 101101 | 111000 | 111011 |
Color Harmonies of #D1B45B
Complementary color
Monochromatic Colors of #D1B45B
Black with #D1B45B
Text Example
Text Example
White with #D1B45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B45B; }
p { color: rgb(209,180,91); }
H1.HeaderClassName
{
color: #D1B45B;
}
.AnyTagClassName
{
color: #D1B45B;
}
</style>
background-color css
<style>
a { background-color: #D1B45B; }
a { background-color: rgb(209,180,91); }
div.DivClassName
{
background-color: #D1B45B;
}
.BgClassName
{
background-color: #D1B45B;
}
</style>
border-color css
<style>
span { border-color: #D1B45B; }
span { border-color: rgb(209,180,91); }
td.TdClassName
{
border-color: #D1B45B;
}
.TagClassName
{
border-color: #D1B45B;
}
</style>