Shades of Tacha #D1BF5C
Tints of Tacha #D1BF5C
RGB
CMYK
RGB Variations
Color information
#D1BF5C (or 0xD1BF5C) is known color: Tacha. HEX triplet: D1, BF and 5C. RGB value is (209,191,92). Sum of RGB (Red+Green+Blue) = 209+191+92=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF5C is #2E40A3. Grayscale: #B9B9B9. Windows color (decimal): -3031204 or 6078417. OLE color: 6078417.
HSL color Cylindrical-coordinate representation of color #D1BF5C: hue angle of 50.77º 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 #D1BF5C is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 92 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.18 |
| HSL | 50.77º | 0.56% | 0.59% | - |
| HSV(B) | 50.77º | 0.56% | 0.82% | - |
| XYZ | 46.86 | 51.59 | 17.61 | - |
| YUV | 185.1 | 75.46 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 92 | 0 | 0.09 | 0.56 | 0.18 | 50.77 | 0.56 | 0.59 |
| Hex | D1 | BF | 5C | 0 | 9 | 38 | 12 | 33 | 38 | 3B |
| Octal | 321 | 277 | 134 | 0 | 11 | 70 | 22 | 63 | 70 | 73 |
| Binary | 11010001 | 10111111 | 1011100 | 0 | 1001 | 111000 | 10010 | 110011 | 111000 | 111011 |
Color Harmonies of #D1BF5C
Complementary color
Monochromatic Colors of #D1BF5C
Black with #D1BF5C
Text Example
Text Example
White with #D1BF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF5C; }
p { color: rgb(209,191,92); }
H1.HeaderClassName
{
color: #D1BF5C;
}
.AnyTagClassName
{
color: #D1BF5C;
}
</style>
background-color css
<style>
a { background-color: #D1BF5C; }
a { background-color: rgb(209,191,92); }
div.DivClassName
{
background-color: #D1BF5C;
}
.BgClassName
{
background-color: #D1BF5C;
}
</style>
border-color css
<style>
span { border-color: #D1BF5C; }
span { border-color: rgb(209,191,92); }
td.TdClassName
{
border-color: #D1BF5C;
}
.TagClassName
{
border-color: #D1BF5C;
}
</style>