Shades of Tacha #D1B361
Tints of Tacha #D1B361
RGB
CMYK
RGB Variations
Color information
#D1B361 (or 0xD1B361) is known color: Tacha. HEX triplet: D1, B3 and 61. RGB value is (209,179,97). Sum of RGB (Red+Green+Blue) = 209+179+97=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B361 is #2E4C9E. Grayscale: #B2B2B2. Windows color (decimal): -3034271 or 6403025. OLE color: 6403025.
HSL color Cylindrical-coordinate representation of color #D1B361: hue angle of 43.93º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D1B361 is Cyan = 0, Magento = 0.14, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 97 | - |
| CMYK | 0 | 0.14 | 0.54 | 0.18 |
| HSL | 43.93º | 0.55% | 0.6% | - |
| HSV(B) | 43.93º | 0.54% | 0.82% | - |
| XYZ | 44.57 | 46.66 | 17.97 | - |
| YUV | 178.62 | 81.94 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 97 | 0 | 0.14 | 0.54 | 0.18 | 43.93 | 0.55 | 0.6 |
| Hex | D1 | B3 | 61 | 0 | E | 36 | 12 | 2C | 37 | 3C |
| Octal | 321 | 263 | 141 | 0 | 16 | 66 | 22 | 54 | 67 | 74 |
| Binary | 11010001 | 10110011 | 1100001 | 0 | 1110 | 110110 | 10010 | 101100 | 110111 | 111100 |
Color Harmonies of #D1B361
Complementary color
Monochromatic Colors of #D1B361
Black with #D1B361
Text Example
Text Example
White with #D1B361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B361; }
p { color: rgb(209,179,97); }
H1.HeaderClassName
{
color: #D1B361;
}
.AnyTagClassName
{
color: #D1B361;
}
</style>
background-color css
<style>
a { background-color: #D1B361; }
a { background-color: rgb(209,179,97); }
div.DivClassName
{
background-color: #D1B361;
}
.BgClassName
{
background-color: #D1B361;
}
</style>
border-color css
<style>
span { border-color: #D1B361; }
span { border-color: rgb(209,179,97); }
td.TdClassName
{
border-color: #D1B361;
}
.TagClassName
{
border-color: #D1B361;
}
</style>