Shades of Tacha #D6C15B
Tints of Tacha #D6C15B
RGB
CMYK
RGB Variations
Color information
#D6C15B (or 0xD6C15B) is known color: Tacha. HEX triplet: D6, C1 and 5B. RGB value is (214,193,91). Sum of RGB (Red+Green+Blue) = 214+193+91=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 193 (75.78% from 255 or 38.76% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C15B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C15B is #293EA4. Grayscale: #BCBCBC. Windows color (decimal): -2703013 or 6013398. OLE color: 6013398.
HSL color Cylindrical-coordinate representation of color #D6C15B: hue angle of 49.76º 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 #D6C15B is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 193 | 91 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.16 |
| HSL | 49.76º | 0.6% | 0.6% | - |
| HSV(B) | 49.76º | 0.57% | 0.84% | - |
| XYZ | 48.69 | 53.19 | 17.6 | - |
| YUV | 187.65 | 73.46 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 91 | 0 | 0.10 | 0.57 | 0.16 | 49.76 | 0.6 | 0.6 |
| Hex | D6 | C1 | 5B | 0 | A | 39 | 10 | 32 | 3C | 3C |
| Octal | 326 | 301 | 133 | 0 | 12 | 71 | 20 | 62 | 74 | 74 |
| Binary | 11010110 | 11000001 | 1011011 | 0 | 1010 | 111001 | 10000 | 110010 | 111100 | 111100 |
Color Harmonies of #D6C15B
Complementary color
Monochromatic Colors of #D6C15B
Black with #D6C15B
Text Example
Text Example
White with #D6C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C15B; }
p { color: rgb(214,193,91); }
H1.HeaderClassName
{
color: #D6C15B;
}
.AnyTagClassName
{
color: #D6C15B;
}
</style>
background-color css
<style>
a { background-color: #D6C15B; }
a { background-color: rgb(214,193,91); }
div.DivClassName
{
background-color: #D6C15B;
}
.BgClassName
{
background-color: #D6C15B;
}
</style>
border-color css
<style>
span { border-color: #D6C15B; }
span { border-color: rgb(214,193,91); }
td.TdClassName
{
border-color: #D6C15B;
}
.TagClassName
{
border-color: #D6C15B;
}
</style>