Shades of Tacha #D2BE6B
Tints of Tacha #D2BE6B
RGB
CMYK
RGB Variations
Color information
#D2BE6B (or 0xD2BE6B) is known color: Tacha. HEX triplet: D2, BE and 6B. RGB value is (210,190,107). Sum of RGB (Red+Green+Blue) = 210+190+107=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2BE6B is #2D4194. Grayscale: #BABABA. Windows color (decimal): -2965909 or 7061202. OLE color: 7061202.
HSL color Cylindrical-coordinate representation of color #D2BE6B: hue angle of 48.35º 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 #D2BE6B is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 107 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.18 |
| HSL | 48.35º | 0.53% | 0.62% | - |
| HSV(B) | 48.35º | 0.49% | 0.82% | - |
| XYZ | 47.65 | 51.59 | 21.36 | - |
| YUV | 186.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 107 | 0 | 0.10 | 0.49 | 0.18 | 48.35 | 0.53 | 0.62 |
| Hex | D2 | BE | 6B | 0 | A | 31 | 12 | 30 | 35 | 3E |
| Octal | 322 | 276 | 153 | 0 | 12 | 61 | 22 | 60 | 65 | 76 |
| Binary | 11010010 | 10111110 | 1101011 | 0 | 1010 | 110001 | 10010 | 110000 | 110101 | 111110 |
Color Harmonies of #D2BE6B
Complementary color
Monochromatic Colors of #D2BE6B
Black with #D2BE6B
Text Example
Text Example
White with #D2BE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE6B; }
p { color: rgb(210,190,107); }
H1.HeaderClassName
{
color: #D2BE6B;
}
.AnyTagClassName
{
color: #D2BE6B;
}
</style>
background-color css
<style>
a { background-color: #D2BE6B; }
a { background-color: rgb(210,190,107); }
div.DivClassName
{
background-color: #D2BE6B;
}
.BgClassName
{
background-color: #D2BE6B;
}
</style>
border-color css
<style>
span { border-color: #D2BE6B; }
span { border-color: rgb(210,190,107); }
td.TdClassName
{
border-color: #D2BE6B;
}
.TagClassName
{
border-color: #D2BE6B;
}
</style>