Shades of Tacha #D6C658
Tints of Tacha #D6C658
RGB
CMYK
RGB Variations
Color information
#D6C658 (or 0xD6C658) is known color: Tacha. HEX triplet: D6, C6 and 58. RGB value is (214,198,88). Sum of RGB (Red+Green+Blue) = 214+198+88=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 198 (77.73% from 255 or 39.6% from 500); Blue value is 88 (34.77% from 255 or 17.6% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C658 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C658 is #2939A7. Grayscale: #BEBEBE. Windows color (decimal): -2701736 or 5818070. OLE color: 5818070.
HSL color Cylindrical-coordinate representation of color #D6C658: hue angle of 52.38º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D6C658 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 88 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.16 |
| HSL | 52.38º | 0.61% | 0.59% | - |
| HSV(B) | 52.38º | 0.59% | 0.84% | - |
| XYZ | 49.69 | 55.39 | 17.3 | - |
| YUV | 190.24 | 70.3 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 88 | 0 | 0.07 | 0.59 | 0.16 | 52.38 | 0.61 | 0.59 |
| Hex | D6 | C6 | 58 | 0 | 7 | 3B | 10 | 34 | 3D | 3B |
| Octal | 326 | 306 | 130 | 0 | 7 | 73 | 20 | 64 | 75 | 73 |
| Binary | 11010110 | 11000110 | 1011000 | 0 | 111 | 111011 | 10000 | 110100 | 111101 | 111011 |
Color Harmonies of #D6C658
Complementary color
Monochromatic Colors of #D6C658
Black with #D6C658
Text Example
Text Example
White with #D6C658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C658; }
p { color: rgb(214,198,88); }
H1.HeaderClassName
{
color: #D6C658;
}
.AnyTagClassName
{
color: #D6C658;
}
</style>
background-color css
<style>
a { background-color: #D6C658; }
a { background-color: rgb(214,198,88); }
div.DivClassName
{
background-color: #D6C658;
}
.BgClassName
{
background-color: #D6C658;
}
</style>
border-color css
<style>
span { border-color: #D6C658; }
span { border-color: rgb(214,198,88); }
td.TdClassName
{
border-color: #D6C658;
}
.TagClassName
{
border-color: #D6C658;
}
</style>