Shades of Tacha #D1BE6D
Tints of Tacha #D1BE6D
RGB
CMYK
RGB Variations
Color information
#D1BE6D (or 0xD1BE6D) is known color: Tacha. HEX triplet: D1, BE and 6D. RGB value is (209,190,109). Sum of RGB (Red+Green+Blue) = 209+190+109=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE6D is #2E4192. Grayscale: #BABABA. Windows color (decimal): -3031443 or 7192273. OLE color: 7192273.
HSL color Cylindrical-coordinate representation of color #D1BE6D: hue angle of 48.6º 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 #D1BE6D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 109 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.18 |
| HSL | 48.6º | 0.52% | 0.62% | - |
| HSV(B) | 48.6º | 0.48% | 0.82% | - |
| XYZ | 47.47 | 51.49 | 21.9 | - |
| YUV | 186.45 | 84.29 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 109 | 0 | 0.09 | 0.48 | 0.18 | 48.6 | 0.52 | 0.62 |
| Hex | D1 | BE | 6D | 0 | 9 | 30 | 12 | 31 | 34 | 3E |
| Octal | 321 | 276 | 155 | 0 | 11 | 60 | 22 | 61 | 64 | 76 |
| Binary | 11010001 | 10111110 | 1101101 | 0 | 1001 | 110000 | 10010 | 110001 | 110100 | 111110 |
Color Harmonies of #D1BE6D
Complementary color
Monochromatic Colors of #D1BE6D
Black with #D1BE6D
Text Example
Text Example
White with #D1BE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE6D; }
p { color: rgb(209,190,109); }
H1.HeaderClassName
{
color: #D1BE6D;
}
.AnyTagClassName
{
color: #D1BE6D;
}
</style>
background-color css
<style>
a { background-color: #D1BE6D; }
a { background-color: rgb(209,190,109); }
div.DivClassName
{
background-color: #D1BE6D;
}
.BgClassName
{
background-color: #D1BE6D;
}
</style>
border-color css
<style>
span { border-color: #D1BE6D; }
span { border-color: rgb(209,190,109); }
td.TdClassName
{
border-color: #D1BE6D;
}
.TagClassName
{
border-color: #D1BE6D;
}
</style>