Shades of Tacha #D6B865
Tints of Tacha #D6B865
RGB
CMYK
RGB Variations
Color information
#D6B865 (or 0xD6B865) is known color: Tacha. HEX triplet: D6, B8 and 65. RGB value is (214,184,101). Sum of RGB (Red+Green+Blue) = 214+184+101=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 184 (72.27% from 255 or 36.87% from 499); Blue value is 101 (39.84% from 255 or 20.24% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B865 is #29479A. Grayscale: #B7B7B7. Windows color (decimal): -2705307 or 6666454. OLE color: 6666454.
HSL color Cylindrical-coordinate representation of color #D6B865: hue angle of 44.07º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6B865 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 101 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.16 |
| HSL | 44.07º | 0.58% | 0.62% | - |
| HSV(B) | 44.07º | 0.53% | 0.84% | - |
| XYZ | 47.22 | 49.52 | 19.38 | - |
| YUV | 183.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 101 | 0 | 0.14 | 0.53 | 0.16 | 44.07 | 0.58 | 0.62 |
| Hex | D6 | B8 | 65 | 0 | E | 35 | 10 | 2C | 3A | 3E |
| Octal | 326 | 270 | 145 | 0 | 16 | 65 | 20 | 54 | 72 | 76 |
| Binary | 11010110 | 10111000 | 1100101 | 0 | 1110 | 110101 | 10000 | 101100 | 111010 | 111110 |
Color Harmonies of #D6B865
Complementary color
Monochromatic Colors of #D6B865
Black with #D6B865
Text Example
Text Example
White with #D6B865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B865; }
p { color: rgb(214,184,101); }
H1.HeaderClassName
{
color: #D6B865;
}
.AnyTagClassName
{
color: #D6B865;
}
</style>
background-color css
<style>
a { background-color: #D6B865; }
a { background-color: rgb(214,184,101); }
div.DivClassName
{
background-color: #D6B865;
}
.BgClassName
{
background-color: #D6B865;
}
</style>
border-color css
<style>
span { border-color: #D6B865; }
span { border-color: rgb(214,184,101); }
td.TdClassName
{
border-color: #D6B865;
}
.TagClassName
{
border-color: #D6B865;
}
</style>