Shades of Tacha #D1B15B
Tints of Tacha #D1B15B
RGB
CMYK
RGB Variations
Color information
#D1B15B (or 0xD1B15B) is known color: Tacha. HEX triplet: D1, B1 and 5B. RGB value is (209,177,91). Sum of RGB (Red+Green+Blue) = 209+177+91=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 177 (69.53% from 255 or 37.11% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B15B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B15B is #2E4EA4. Grayscale: #B1B1B1. Windows color (decimal): -3034789 or 6009297. OLE color: 6009297.
HSL color Cylindrical-coordinate representation of color #D1B15B: hue angle of 43.73º 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 #D1B15B is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 91 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.18 |
| HSL | 43.73º | 0.56% | 0.59% | - |
| HSV(B) | 43.73º | 0.56% | 0.82% | - |
| XYZ | 43.9 | 45.75 | 16.42 | - |
| YUV | 176.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 91 | 0 | 0.15 | 0.56 | 0.18 | 43.73 | 0.56 | 0.59 |
| Hex | D1 | B1 | 5B | 0 | F | 38 | 12 | 2C | 38 | 3B |
| Octal | 321 | 261 | 133 | 0 | 17 | 70 | 22 | 54 | 70 | 73 |
| Binary | 11010001 | 10110001 | 1011011 | 0 | 1111 | 111000 | 10010 | 101100 | 111000 | 111011 |
Color Harmonies of #D1B15B
Complementary color
Monochromatic Colors of #D1B15B
Black with #D1B15B
Text Example
Text Example
White with #D1B15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B15B; }
p { color: rgb(209,177,91); }
H1.HeaderClassName
{
color: #D1B15B;
}
.AnyTagClassName
{
color: #D1B15B;
}
</style>
background-color css
<style>
a { background-color: #D1B15B; }
a { background-color: rgb(209,177,91); }
div.DivClassName
{
background-color: #D1B15B;
}
.BgClassName
{
background-color: #D1B15B;
}
</style>
border-color css
<style>
span { border-color: #D1B15B; }
span { border-color: rgb(209,177,91); }
td.TdClassName
{
border-color: #D1B15B;
}
.TagClassName
{
border-color: #D1B15B;
}
</style>