Shades of Tacha #D6C75B
Tints of Tacha #D6C75B
RGB
CMYK
RGB Variations
Color information
#D6C75B (or 0xD6C75B) is known color: Tacha. HEX triplet: D6, C7 and 5B. RGB value is (214,199,91). Sum of RGB (Red+Green+Blue) = 214+199+91=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 199 (78.12% from 255 or 39.48% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C75B is #2938A4. Grayscale: #BFBFBF. Windows color (decimal): -2701477 or 6014934. OLE color: 6014934.
HSL color Cylindrical-coordinate representation of color #D6C75B: hue angle of 52.68º 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 #D6C75B is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 91 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.16 |
| HSL | 52.68º | 0.6% | 0.6% | - |
| HSV(B) | 52.68º | 0.57% | 0.84% | - |
| XYZ | 50.04 | 55.9 | 18.05 | - |
| YUV | 191.17 | 71.47 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 91 | 0 | 0.07 | 0.57 | 0.16 | 52.68 | 0.6 | 0.6 |
| Hex | D6 | C7 | 5B | 0 | 7 | 39 | 10 | 35 | 3C | 3C |
| Octal | 326 | 307 | 133 | 0 | 7 | 71 | 20 | 65 | 74 | 74 |
| Binary | 11010110 | 11000111 | 1011011 | 0 | 111 | 111001 | 10000 | 110101 | 111100 | 111100 |
Color Harmonies of #D6C75B
Complementary color
Monochromatic Colors of #D6C75B
Black with #D6C75B
Text Example
Text Example
White with #D6C75B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C75B; }
p { color: rgb(214,199,91); }
H1.HeaderClassName
{
color: #D6C75B;
}
.AnyTagClassName
{
color: #D6C75B;
}
</style>
background-color css
<style>
a { background-color: #D6C75B; }
a { background-color: rgb(214,199,91); }
div.DivClassName
{
background-color: #D6C75B;
}
.BgClassName
{
background-color: #D6C75B;
}
</style>
border-color css
<style>
span { border-color: #D6C75B; }
span { border-color: rgb(214,199,91); }
td.TdClassName
{
border-color: #D6C75B;
}
.TagClassName
{
border-color: #D6C75B;
}
</style>