Shades of Tacha #D1B35A
Tints of Tacha #D1B35A
RGB
CMYK
RGB Variations
Color information
#D1B35A (or 0xD1B35A) is known color: Tacha. HEX triplet: D1, B3 and 5A. RGB value is (209,179,90). Sum of RGB (Red+Green+Blue) = 209+179+90=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 179 (70.31% from 255 or 37.45% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B35A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B35A is #2E4CA5. Grayscale: #B2B2B2. Windows color (decimal): -3034278 or 5944273. OLE color: 5944273.
HSL color Cylindrical-coordinate representation of color #D1B35A: hue angle of 44.87º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D1B35A is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 90 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.18 |
| HSL | 44.87º | 0.56% | 0.59% | - |
| HSV(B) | 44.87º | 0.57% | 0.82% | - |
| XYZ | 44.26 | 46.53 | 16.32 | - |
| YUV | 177.82 | 78.44 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 90 | 0 | 0.14 | 0.57 | 0.18 | 44.87 | 0.56 | 0.59 |
| Hex | D1 | B3 | 5A | 0 | E | 39 | 12 | 2D | 38 | 3B |
| Octal | 321 | 263 | 132 | 0 | 16 | 71 | 22 | 55 | 70 | 73 |
| Binary | 11010001 | 10110011 | 1011010 | 0 | 1110 | 111001 | 10010 | 101101 | 111000 | 111011 |
Color Harmonies of #D1B35A
Complementary color
Monochromatic Colors of #D1B35A
Black with #D1B35A
Text Example
Text Example
White with #D1B35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B35A; }
p { color: rgb(209,179,90); }
H1.HeaderClassName
{
color: #D1B35A;
}
.AnyTagClassName
{
color: #D1B35A;
}
</style>
background-color css
<style>
a { background-color: #D1B35A; }
a { background-color: rgb(209,179,90); }
div.DivClassName
{
background-color: #D1B35A;
}
.BgClassName
{
background-color: #D1B35A;
}
</style>
border-color css
<style>
span { border-color: #D1B35A; }
span { border-color: rgb(209,179,90); }
td.TdClassName
{
border-color: #D1B35A;
}
.TagClassName
{
border-color: #D1B35A;
}
</style>