Shades of Tacha #D6B55C
Tints of Tacha #D6B55C
RGB
CMYK
RGB Variations
Color information
#D6B55C (or 0xD6B55C) is known color: Tacha. HEX triplet: D6, B5 and 5C. RGB value is (214,181,92). Sum of RGB (Red+Green+Blue) = 214+181+92=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 181 (71.09% from 255 or 37.17% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B55C is #294AA3. Grayscale: #B5B5B5. Windows color (decimal): -2706084 or 6075862. OLE color: 6075862.
HSL color Cylindrical-coordinate representation of color #D6B55C: hue angle of 43.77º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6B55C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 92 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.16 |
| HSL | 43.77º | 0.6% | 0.6% | - |
| HSV(B) | 43.77º | 0.57% | 0.84% | - |
| XYZ | 46.19 | 48.12 | 16.98 | - |
| YUV | 180.72 | 77.93 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 92 | 0 | 0.15 | 0.57 | 0.16 | 43.77 | 0.6 | 0.6 |
| Hex | D6 | B5 | 5C | 0 | F | 39 | 10 | 2C | 3C | 3C |
| Octal | 326 | 265 | 134 | 0 | 17 | 71 | 20 | 54 | 74 | 74 |
| Binary | 11010110 | 10110101 | 1011100 | 0 | 1111 | 111001 | 10000 | 101100 | 111100 | 111100 |
Color Harmonies of #D6B55C
Complementary color
Monochromatic Colors of #D6B55C
Black with #D6B55C
Text Example
Text Example
White with #D6B55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B55C; }
p { color: rgb(214,181,92); }
H1.HeaderClassName
{
color: #D6B55C;
}
.AnyTagClassName
{
color: #D6B55C;
}
</style>
background-color css
<style>
a { background-color: #D6B55C; }
a { background-color: rgb(214,181,92); }
div.DivClassName
{
background-color: #D6B55C;
}
.BgClassName
{
background-color: #D6B55C;
}
</style>
border-color css
<style>
span { border-color: #D6B55C; }
span { border-color: rgb(214,181,92); }
td.TdClassName
{
border-color: #D6B55C;
}
.TagClassName
{
border-color: #D6B55C;
}
</style>