Shades of Tacha #D1BF6C
Tints of Tacha #D1BF6C
RGB
CMYK
RGB Variations
Color information
#D1BF6C (or 0xD1BF6C) is known color: Tacha. HEX triplet: D1, BF and 6C. RGB value is (209,191,108). Sum of RGB (Red+Green+Blue) = 209+191+108=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BF6C is #2E4093. Grayscale: #BBBBBB. Windows color (decimal): -3031188 or 7126993. OLE color: 7126993.
HSL color Cylindrical-coordinate representation of color #D1BF6C: hue angle of 49.31º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1BF6C is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 108 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.18 |
| HSL | 49.31º | 0.52% | 0.62% | - |
| HSV(B) | 49.31º | 0.48% | 0.82% | - |
| XYZ | 47.63 | 51.9 | 21.69 | - |
| YUV | 186.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 108 | 0 | 0.09 | 0.48 | 0.18 | 49.31 | 0.52 | 0.62 |
| Hex | D1 | BF | 6C | 0 | 9 | 30 | 12 | 31 | 34 | 3E |
| Octal | 321 | 277 | 154 | 0 | 11 | 60 | 22 | 61 | 64 | 76 |
| Binary | 11010001 | 10111111 | 1101100 | 0 | 1001 | 110000 | 10010 | 110001 | 110100 | 111110 |
Color Harmonies of #D1BF6C
Complementary color
Monochromatic Colors of #D1BF6C
Black with #D1BF6C
Text Example
Text Example
White with #D1BF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF6C; }
p { color: rgb(209,191,108); }
H1.HeaderClassName
{
color: #D1BF6C;
}
.AnyTagClassName
{
color: #D1BF6C;
}
</style>
background-color css
<style>
a { background-color: #D1BF6C; }
a { background-color: rgb(209,191,108); }
div.DivClassName
{
background-color: #D1BF6C;
}
.BgClassName
{
background-color: #D1BF6C;
}
</style>
border-color css
<style>
span { border-color: #D1BF6C; }
span { border-color: rgb(209,191,108); }
td.TdClassName
{
border-color: #D1BF6C;
}
.TagClassName
{
border-color: #D1BF6C;
}
</style>