Shades of Tacha #D6BE68
Tints of Tacha #D6BE68
RGB
CMYK
RGB Variations
Color information
#D6BE68 (or 0xD6BE68) is known color: Tacha. HEX triplet: D6, BE and 68. RGB value is (214,190,104). Sum of RGB (Red+Green+Blue) = 214+190+104=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6BE68 is #294197. Grayscale: #BBBBBB. Windows color (decimal): -2703768 or 6864598. OLE color: 6864598.
HSL color Cylindrical-coordinate representation of color #D6BE68: hue angle of 46.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6BE68 is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 190 | 104 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.16 |
| HSL | 46.91º | 0.57% | 0.62% | - |
| HSV(B) | 46.91º | 0.51% | 0.84% | - |
| XYZ | 48.64 | 52.12 | 20.59 | - |
| YUV | 187.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 104 | 0 | 0.11 | 0.51 | 0.16 | 46.91 | 0.57 | 0.62 |
| Hex | D6 | BE | 68 | 0 | B | 33 | 10 | 2F | 39 | 3E |
| Octal | 326 | 276 | 150 | 0 | 13 | 63 | 20 | 57 | 71 | 76 |
| Binary | 11010110 | 10111110 | 1101000 | 0 | 1011 | 110011 | 10000 | 101111 | 111001 | 111110 |
Color Harmonies of #D6BE68
Complementary color
Monochromatic Colors of #D6BE68
Black with #D6BE68
Text Example
Text Example
White with #D6BE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BE68; }
p { color: rgb(214,190,104); }
H1.HeaderClassName
{
color: #D6BE68;
}
.AnyTagClassName
{
color: #D6BE68;
}
</style>
background-color css
<style>
a { background-color: #D6BE68; }
a { background-color: rgb(214,190,104); }
div.DivClassName
{
background-color: #D6BE68;
}
.BgClassName
{
background-color: #D6BE68;
}
</style>
border-color css
<style>
span { border-color: #D6BE68; }
span { border-color: rgb(214,190,104); }
td.TdClassName
{
border-color: #D6BE68;
}
.TagClassName
{
border-color: #D6BE68;
}
</style>