Shades of Tacha #D1BE6A
Tints of Tacha #D1BE6A
RGB
CMYK
RGB Variations
Color information
#D1BE6A (or 0xD1BE6A) is known color: Tacha. HEX triplet: D1, BE and 6A. RGB value is (209,190,106). Sum of RGB (Red+Green+Blue) = 209+190+106=505 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.39% from 505); Green value is 190 (74.61% from 255 or 37.62% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1BE6A is #2E4195. Grayscale: #BABABA. Windows color (decimal): -3031446 or 6995665. OLE color: 6995665.
HSL color Cylindrical-coordinate representation of color #D1BE6A: hue angle of 48.93º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1BE6A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 106 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.18 |
| HSL | 48.93º | 0.53% | 0.62% | - |
| HSV(B) | 48.93º | 0.49% | 0.82% | - |
| XYZ | 47.31 | 51.42 | 21.07 | - |
| YUV | 186.11 | 82.79 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 106 | 0 | 0.09 | 0.49 | 0.18 | 48.93 | 0.53 | 0.62 |
| Hex | D1 | BE | 6A | 0 | 9 | 31 | 12 | 31 | 35 | 3E |
| Octal | 321 | 276 | 152 | 0 | 11 | 61 | 22 | 61 | 65 | 76 |
| Binary | 11010001 | 10111110 | 1101010 | 0 | 1001 | 110001 | 10010 | 110001 | 110101 | 111110 |
Color Harmonies of #D1BE6A
Complementary color
Monochromatic Colors of #D1BE6A
Black with #D1BE6A
Text Example
Text Example
White with #D1BE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE6A; }
p { color: rgb(209,190,106); }
H1.HeaderClassName
{
color: #D1BE6A;
}
.AnyTagClassName
{
color: #D1BE6A;
}
</style>
background-color css
<style>
a { background-color: #D1BE6A; }
a { background-color: rgb(209,190,106); }
div.DivClassName
{
background-color: #D1BE6A;
}
.BgClassName
{
background-color: #D1BE6A;
}
</style>
border-color css
<style>
span { border-color: #D1BE6A; }
span { border-color: rgb(209,190,106); }
td.TdClassName
{
border-color: #D1BE6A;
}
.TagClassName
{
border-color: #D1BE6A;
}
</style>