Shades of Tacha #D1B85B
Tints of Tacha #D1B85B
RGB
CMYK
RGB Variations
Color information
#D1B85B (or 0xD1B85B) is known color: Tacha. HEX triplet: D1, B8 and 5B. RGB value is (209,184,91). Sum of RGB (Red+Green+Blue) = 209+184+91=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 184 (72.27% from 255 or 38.02% from 484); Blue value is 91 (35.94% from 255 or 18.80% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B85B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B85B is #2E47A4. Grayscale: #B5B5B5. Windows color (decimal): -3032997 or 6011089. OLE color: 6011089.
HSL color Cylindrical-coordinate representation of color #D1B85B: hue angle of 47.29º 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 #D1B85B is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 91 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.18 |
| HSL | 47.29º | 0.56% | 0.59% | - |
| HSV(B) | 47.29º | 0.56% | 0.82% | - |
| XYZ | 45.32 | 48.59 | 16.89 | - |
| YUV | 180.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 91 | 0 | 0.12 | 0.56 | 0.18 | 47.29 | 0.56 | 0.59 |
| Hex | D1 | B8 | 5B | 0 | C | 38 | 12 | 2F | 38 | 3B |
| Octal | 321 | 270 | 133 | 0 | 14 | 70 | 22 | 57 | 70 | 73 |
| Binary | 11010001 | 10111000 | 1011011 | 0 | 1100 | 111000 | 10010 | 101111 | 111000 | 111011 |
Color Harmonies of #D1B85B
Complementary color
Monochromatic Colors of #D1B85B
Black with #D1B85B
Text Example
Text Example
White with #D1B85B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B85B; }
p { color: rgb(209,184,91); }
H1.HeaderClassName
{
color: #D1B85B;
}
.AnyTagClassName
{
color: #D1B85B;
}
</style>
background-color css
<style>
a { background-color: #D1B85B; }
a { background-color: rgb(209,184,91); }
div.DivClassName
{
background-color: #D1B85B;
}
.BgClassName
{
background-color: #D1B85B;
}
</style>
border-color css
<style>
span { border-color: #D1B85B; }
span { border-color: rgb(209,184,91); }
td.TdClassName
{
border-color: #D1B85B;
}
.TagClassName
{
border-color: #D1B85B;
}
</style>