Shades of Tacha #D6B853
Tints of Tacha #D6B853
RGB
CMYK
RGB Variations
Color information
#D6B853 (or 0xD6B853) is known color: Tacha. HEX triplet: D6, B8 and 53. RGB value is (214,184,83). Sum of RGB (Red+Green+Blue) = 214+184+83=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 184 (72.27% from 255 or 38.25% from 481); Blue value is 83 (32.81% from 255 or 17.26% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B853 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B853 is #2947AC. Grayscale: #B5B5B5. Windows color (decimal): -2705325 or 5486806. OLE color: 5486806.
HSL color Cylindrical-coordinate representation of color #D6B853: hue angle of 46.26º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D6B853 is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 184 | 83 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.16 |
| HSL | 46.26º | 0.62% | 0.58% | - |
| HSV(B) | 46.26º | 0.61% | 0.84% | - |
| XYZ | 46.43 | 49.2 | 15.23 | - |
| YUV | 181.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 184 | 83 | 0 | 0.14 | 0.61 | 0.16 | 46.26 | 0.62 | 0.58 |
| Hex | D6 | B8 | 53 | 0 | E | 3D | 10 | 2E | 3E | 3A |
| Octal | 326 | 270 | 123 | 0 | 16 | 75 | 20 | 56 | 76 | 72 |
| Binary | 11010110 | 10111000 | 1010011 | 0 | 1110 | 111101 | 10000 | 101110 | 111110 | 111010 |
Color Harmonies of #D6B853
Complementary color
Monochromatic Colors of #D6B853
Black with #D6B853
Text Example
Text Example
White with #D6B853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B853; }
p { color: rgb(214,184,83); }
H1.HeaderClassName
{
color: #D6B853;
}
.AnyTagClassName
{
color: #D6B853;
}
</style>
background-color css
<style>
a { background-color: #D6B853; }
a { background-color: rgb(214,184,83); }
div.DivClassName
{
background-color: #D6B853;
}
.BgClassName
{
background-color: #D6B853;
}
</style>
border-color css
<style>
span { border-color: #D6B853; }
span { border-color: rgb(214,184,83); }
td.TdClassName
{
border-color: #D6B853;
}
.TagClassName
{
border-color: #D6B853;
}
</style>